Skip to content

Commit b697d3b

Browse files
authored
Update Kotlin version in installation documentation
Updated Kotlin version references from 1.9.22 to 2.2.0 in the installation guide.
1 parent d6a0cea commit b697d3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/programming_resources/shared/installing_kotlin/Installing-Kotlin.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Using Kotlin in *FIRST* Tech Challenge
4545
While there is no rule (as of the writing of this document) prohibiting Kotlin as a programming
4646
option 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>`.
4949
Teams that use Kotlin do so at their own risk and should expect that there will not be technical
5050
help/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

0 commit comments

Comments
 (0)