We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c7b9d commit 6a0b3f8Copy full SHA for 6a0b3f8
buildSrc/src/main/kotlin/Java9Modularity.kt
@@ -175,6 +175,7 @@ object Java9Modularity {
175
176
val taskKotlinLanguageVersion = compilerOptions.languageVersion.orElse(KotlinVersion.DEFAULT)
177
@OptIn(InternalKotlinGradlePluginApi::class)
178
+ @Suppress("DEPRECATION")
179
if (taskKotlinLanguageVersion.get() < KotlinVersion.KOTLIN_2_0) {
180
// part of work-around for https://youtrack.jetbrains.com/issue/KT-60541
181
@Suppress("INVISIBLE_MEMBER")
0 commit comments