Skip to content

Commit 69f1cb7

Browse files
bnormSpace Team
authored andcommitted
[Build] Update kotlinApiVersionForProjectsUsedInIntelliJKotlinPlugin
The Kotlin compiler in monorepo was updated to `2.1.0` (IJPL-173508). ^KT-74254
1 parent b5e43b4 commit 69f1cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ kotlinLanguageVersion=2.1
3535

3636
# Should be less or equal to the Kotlin stdlib version used inside IntelliJ IDEA repository, see KT-62510.
3737
# IntelliJ IDEA Kotlin stdlib version can be found at https://github.com/JetBrains/intellij-community/blob/master/.idea/libraries/kotlin_stdlib.xml
38-
kotlinApiVersionForProjectsUsedInIntelliJKotlinPlugin=2.0
38+
kotlinApiVersionForProjectsUsedInIntelliJKotlinPlugin=2.1
3939

4040
kotlin.build.gradlePlugin.version=0.0.40
4141

0 commit comments

Comments
 (0)