Skip to content

Commit 90987c1

Browse files
Abduqodiri Qurbonzodaqurbonzoda
authored andcommitted
Add a clarifying comment for the apiVersion specified in plugin
1 parent be71714 commit 90987c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ kotlin {
100100
@Suppress("DEPRECATION", "DEPRECATION_ERROR")
101101
run {
102102
languageVersion = KotlinVersion.KOTLIN_1_5
103+
// The API available in the Kotlin stdlib embedded in the minimum supported Gradle.
103104
apiVersion = KotlinVersion.KOTLIN_1_4
104105
}
105106
}

0 commit comments

Comments
 (0)