Fixup for 1f5fa5eb7 – adjust error message

This commit is contained in:
Sergey Igushkin
2020-06-30 13:14:03 +03:00
parent 1f5fa5eb7c
commit 8ba131290a
5 changed files with 6 additions and 6 deletions
@@ -89,7 +89,7 @@ class AllOpenGradleSubplugin @Inject internal constructor(private val registry:
kotlinCompilation: KotlinCompilation<KotlinCommonOptions>?
): List<SubpluginOption> = throw GradleException(
"This version of the kotlin-allopen Gradle plugin is built for a newer Kotlin version. " +
"Please use an older version of kotlin-allopen or upgrade the Kotlin version to make them match."
"Please use an older version of kotlin-allopen or upgrade the Kotlin Gradle plugin version to make them match."
)
//endregion
}