File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/source/programming_resources/shared/installing_kotlin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Using Kotlin in *FIRST* Tech Challenge
4545While there is no rule (as of the writing of this document) prohibiting Kotlin as a programming
4646option in *FIRST * Tech Challenge, it is not one of the recommended tools as listed in **<RS02> **
4747"Recommended Programming Tools" portion of the *FIRST * Tech Challenge
48- :doc: `Game Manual Part 1 <../../../manuals/game_manuals/game_manuals >`.
48+ :doc: `Competition Manual <../../../manuals/game_manuals/game_manuals >`.
4949Teams that use Kotlin do so at their own risk and should expect that there will not be technical
5050help/support available at events in the case of software issues.
5151
@@ -61,7 +61,7 @@ done by adding the following lines to the root ``build.gradle`` file in the ``bu
6161
6262 buildscript {
6363
64- ext.kotlin_version = '1.9.22 ' <----- ADD THIS LINE, UPDATE VERSION TO LATEST IF NEEDED
64+ ext.kotlin_version = '2.2.0 ' <----- ADD THIS LINE, UPDATE VERSION TO LATEST IF NEEDED
6565
6666 repositories {
6767 mavenCentral()
@@ -79,7 +79,7 @@ done by adding the following lines to the root ``build.gradle`` file in the ``bu
7979 the one in the FtcRobotController module.
8080
8181.. note :: The exact kotlin version can be changed/updated if desired per new releases. The latest version as
82- of this writing is 1.8.20 but you should check the Kotlin website to see if a newer version (one that is
82+ of this writing is 2.2.0 but you should check the Kotlin website to see if a newer version (one that is
8383 compatible with the current Gradle version) is available
8484 (see table `here <https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin >`__).
8585
You can’t perform that action at this time.
0 commit comments