Closed AleksVidmantas closed 6 years ago
Comments say
// Defining my dependencies. In this case, WPILib (+ friends), CTRE Toolsuite (Talon SRX) // and NavX. dependencies { compile wpilib() }
In the build.gradle(line 26 for java, 31 for kotlin) files for both the kotlin and java examples, it should be
// Defining my dependencies. In this case, WPILib (+ friends),
Links: https://github.com/wpilibsuite/GradleRIO/blob/master/examples/java/build.gradle https://github.com/wpilibsuite/GradleRIO/blob/master/examples/kotlin/build.gradle
Good catch, thanks! On a sidenote, I soon need to rework the examples for beta...
Comments say
In the build.gradle(line 26 for java, 31 for kotlin) files for both the kotlin and java examples, it should be
Links: https://github.com/wpilibsuite/GradleRIO/blob/master/examples/java/build.gradle https://github.com/wpilibsuite/GradleRIO/blob/master/examples/kotlin/build.gradle