Update Gradle plugins common Gradle API version to 7.5

^KT-54142 Fixed
This commit is contained in:
Yahor Berdnikau
2022-08-25 16:18:56 +02:00
committed by Space
parent f009d9b633
commit 309c57f860
6 changed files with 35 additions and 22 deletions
+1 -1
View File
@@ -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"
) {