Move quickstart files to separate module

This commit is contained in:
Ryan Brott
2023-08-19 19:29:18 -07:00
parent 0c14630d40
commit 9db94c089d
28 changed files with 144 additions and 1892 deletions

View File

@ -27,6 +27,7 @@ repositories {
maven {
url = 'https://maven.brott.dev/'
}
mavenLocal()
}
dependencies {
@ -38,4 +39,6 @@ dependencies {
implementation 'com.acmerobotics.roadrunner:actions:1.0.0-beta2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.7'
implementation "com.acmerobotics.roadrunner:ftc:0.1.0-SNAPSHOT"
}