Fixup for 1f5fa5eb7 – adjust error message
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ class SerializationGradleSubplugin :
|
||||
kotlinCompilation: KotlinCompilation<KotlinCommonOptions>?
|
||||
): List<SubpluginOption> = throw GradleException(
|
||||
"This version of the kotlin-serialization Gradle plugin is built for a newer Kotlin version. " +
|
||||
"Please use an older version of kotlin-serialization or upgrade the Kotlin version to make them match."
|
||||
"Please use an older version of kotlin-serialization or upgrade the Kotlin Gradle plugin version to make them match."
|
||||
)
|
||||
//endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user