File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/source/programming_resources/shared/installing_kotlin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments