[Gradle] Update deprecation message for non-hmpp mode
^KT-58220 Verification Pending See: KT-58243
This commit is contained in:
committed by
Space Team
parent
0889b3eb2e
commit
00138f8ea4
+1
-1
@@ -131,5 +131,5 @@ private val propertiesSetByPlugin: Set<String> = setOf(
|
|||||||
)
|
)
|
||||||
|
|
||||||
internal fun getMppDeprecationWarningMessageForProperty(property: String): String =
|
internal fun getMppDeprecationWarningMessageForProperty(property: String): String =
|
||||||
"w: The property '$property' is obsolete and will be removed in Kotlin 1.9. Read the details here: " +
|
"w: The property '$property' is obsolete and will be removed in Kotlin 1.9.20. Read the details here: " +
|
||||||
"https://kotlinlang.org/docs/multiplatform-compatibility-guide.html#deprecate-hmpp-properties"
|
"https://kotlinlang.org/docs/multiplatform-compatibility-guide.html#deprecate-hmpp-properties"
|
||||||
|
|||||||
Reference in New Issue
Block a user