commit | b8e62b88cef5a0ddfb075ffc8c11b28523139dba | [log] [tgz] |
---|---|---|
author | Junie <noreply.junie-cloud-workflow@jetbrains.com> | Wed Aug 27 11:53:25 2025 +0000 |
committer | Junie <noreply.junie-cloud-workflow@jetbrains.com> | Wed Aug 27 11:53:25 2025 +0000 |
tree | b275a9609569b96b6693568bec4b8c4194f287d6 | |
parent | 159bdb03bf8f3c98bbd903a7fc2a93656afa0b68 [diff] |
[CR-KT-23247] feat: update deprecation message for getPluginArtifactForNative()
diff --git a/libraries/tools/kotlin-gradle-plugin-api/src/common/kotlin/org/jetbrains/kotlin/gradle/plugin/KotlinGradleSubplugin.kt b/libraries/tools/kotlin-gradle-plugin-api/src/common/kotlin/org/jetbrains/kotlin/gradle/plugin/KotlinGradleSubplugin.kt index a5a8b87..5e6ef6f 100644 --- a/libraries/tools/kotlin-gradle-plugin-api/src/common/kotlin/org/jetbrains/kotlin/gradle/plugin/KotlinGradleSubplugin.kt +++ b/libraries/tools/kotlin-gradle-plugin-api/src/common/kotlin/org/jetbrains/kotlin/gradle/plugin/KotlinGradleSubplugin.kt
@@ -244,7 +244,7 @@ @Deprecated( message = "This function is no longer used as only the embeddable compiler is supported. " + "The 'kotlin.native.useEmbeddableCompilerJar' property has been removed and " + - "getPluginArtifact() is always used instead.", + "getPluginArtifact() is always used instead. Scheduled for removal in Kotlin 2.4.", level = DeprecationLevel.ERROR, replaceWith = ReplaceWith("getPluginArtifact()") ) // Since 2.2.20