[Gradle] Update Gradle API for the common sourceset to 7.6

The project isn't compilable at the moment
#KT-54634 In Progress
This commit is contained in:
Alexander Likhachev
2022-12-01 12:31:01 +01:00
committed by Space Team
parent 857f704a09
commit 9bbdee7817
+1 -1
View File
@@ -114,7 +114,7 @@ fun Project.createGradleCommonSourceSet(): SourceSet {
dependencies {
compileOnlyConfigurationName(kotlinStdlib())
"commonGradleApiCompileOnly"("dev.gradleplugins:gradle-api:7.5")
"commonGradleApiCompileOnly"("dev.gradleplugins:gradle-api:7.6")
if (this@createGradleCommonSourceSet.name != "kotlin-gradle-plugin-api" &&
this@createGradleCommonSourceSet.name != "android-test-fixes"
) {