Update Gradle plugins common Gradle API version to 7.5
^KT-54142 Fixed
This commit is contained in:
@@ -114,7 +114,7 @@ fun Project.createGradleCommonSourceSet(): SourceSet {
|
||||
|
||||
dependencies {
|
||||
compileOnlyConfigurationName(kotlinStdlib())
|
||||
"commonGradleApiCompileOnly"("dev.gradleplugins:gradle-api:7.2")
|
||||
"commonGradleApiCompileOnly"("dev.gradleplugins:gradle-api:7.5")
|
||||
if (this@createGradleCommonSourceSet.name != "kotlin-gradle-plugin-api" &&
|
||||
this@createGradleCommonSourceSet.name != "android-test-fixes"
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user