This commit is contained in:
brotherhobo
2024-08-27 20:06:12 -04:00
parent 94bad19674
commit 74422baed4

View File

@ -23,6 +23,6 @@ implementation 'com.acmerobotics.dashboard:dashboard:0.4.5'
4. Find the `build.gradle` file under the `teamcode` folder.
5. In this gradle file, add the following dependency:
```
implementation 'com.fasterxml/jackson.core:jackson-databind:2.12.7'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.7'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.4.21'
```