Skip to content

Commit 30971b8

Browse files
authored
Update Kotlin version in installation guide
1 parent 66c1c31 commit 30971b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ done by adding the following lines to the root ``build.gradle`` file in the ``bu
5959
6060
buildscript {
6161
62-
ext.kotlin_version = '2.2.0' <----- 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
6363
6464
repositories {
6565
mavenCentral()
@@ -77,7 +77,7 @@ done by adding the following lines to the root ``build.gradle`` file in the ``bu
7777
the one in the FtcRobotController module.
7878

7979
.. note:: The exact kotlin version can be changed/updated if desired per new releases. The latest version as
80-
of this writing is 2.2.0 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
8181
compatible with the current Gradle version) is available
8282
(see table `here <https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin>`__).
8383

0 commit comments

Comments
 (0)