This is a skeleton project for programming FRC robots in Kotlin.
You will need to change the MainClass
setting in build.gradle
to reflect your project. In your main class file, you will need to add @file:JvmName("Robot")
or somethig similar so that the JVM can find it.
./gradlew build
./gradlew deploy
If you get an rsync error, you may need to run ./installRioRsync.py
.