File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
docs/source/programming_resources/shared/installing_kotlin Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,7 @@ Using Kotlin in *FIRST* Tech Challenge
4343
4444
4545While there is no rule (as of the writing of this document) prohibiting Kotlin as a programming
46- option in *FIRST * Tech Challenge, it is not one of the recommended tools as listed in **<RS02> **
47- "Recommended Programming Tools" portion of the *FIRST * Tech Challenge
48- :doc: `Game Manual Part 1 <../../../manuals/game_manuals/game_manuals >`.
46+ option in *FIRST * Tech Challenge, it is not an officially supported or recommended language.
4947Teams that use Kotlin do so at their own risk and should expect that there will not be technical
5048help/support available at events in the case of software issues.
5149
@@ -61,7 +59,7 @@ done by adding the following lines to the root ``build.gradle`` file in the ``bu
6159
6260 buildscript {
6361
64- ext.kotlin_version = '1.9.22 ' <----- ADD THIS LINE, UPDATE VERSION TO LATEST IF NEEDED
62+ ext.kotlin_version = '2.2.20 ' <----- ADD THIS LINE, UPDATE VERSION TO LATEST IF NEEDED
6563
6664 repositories {
6765 mavenCentral()
@@ -79,7 +77,7 @@ done by adding the following lines to the root ``build.gradle`` file in the ``bu
7977 the one in the FtcRobotController module.
8078
8179.. 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
80+ of this writing is 2.2 .20 but you should check the Kotlin website to see if a newer version (one that is
8381 compatible with the current Gradle version) is available
8482 (see table `here <https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin >`__).
8583
You can’t perform that action at this time.
0 commit comments