[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:
committed by
Space Team
parent
857f704a09
commit
9bbdee7817
@@ -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"
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user