Skip to content

Commit c781760

Browse files
authored
Merge pull request #364 from zachwaffle4/patch-1
Update Kotlin version in installation documentation
2 parents 6c34ad0 + 30971b8 commit c781760

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ Using Kotlin in *FIRST* Tech Challenge
4343

4444

4545
While 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.
4947
Teams that use Kotlin do so at their own risk and should expect that there will not be technical
5048
help/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

0 commit comments

Comments
 (0)