Minor: tweak wording in the deprecated message
This commit is contained in:
committed by
Space Team
parent
c86f3d1103
commit
da98a47c4c
+1
-1
@@ -37,7 +37,7 @@ private fun checkAndReportDeprecatedNativeTargets(project: Project) {
|
||||
if (usedDeprecatedTargets.isEmpty()) return
|
||||
SingleWarningPerBuild.show(
|
||||
project,
|
||||
"w: The following deprecated kotlin native targets were used in the project: ${usedDeprecatedTargets.joinToString { it.targetName }}"
|
||||
"w: The following deprecated Kotlin/Native targets were used in the project: ${usedDeprecatedTargets.joinToString { it.targetName }}"
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user