[Gradle] Update deprecation message for non-hmpp mode

^KT-58220 Verification Pending
See: KT-58243
This commit is contained in:
Sebastian Sellmair
2023-04-25 13:23:01 +02:00
committed by Space Team
parent 0889b3eb2e
commit 00138f8ea4
@@ -131,5 +131,5 @@ private val propertiesSetByPlugin: Set<String> = setOf(
)
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"