Change the legacy API threshold to 2.5.0
(cherry picked from commit fca2e23) (cherry picked from commit 9394d15)
This commit is contained in:
committed by
Alexey Tsvetkov
parent
d2a08c5fe4
commit
77031ab6f9
+1
-1
@@ -347,7 +347,7 @@ internal open class KotlinAndroidPlugin(
|
||||
kotlinPluginVersion,
|
||||
kotlinGradleBuildServices)
|
||||
|
||||
val legacyVersionThreshold = "2.4.0"
|
||||
val legacyVersionThreshold = "2.5.0"
|
||||
|
||||
val variantProcessor = if (compareVersionNumbers(version, legacyVersionThreshold) < 0)
|
||||
LegacyAndroidAndroidProjectHandler(kotlinTools)
|
||||
|
||||
Reference in New Issue
Block a user