Fix source sets in all bunches except AS 33 in idea-android
This commit is contained in:
@@ -76,10 +76,10 @@ dependencies {
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
Ide.AS33.orHigher {
|
||||
if (Ide.AS33.orHigher()) {
|
||||
"main" { }
|
||||
"test" { }
|
||||
} ?: run {
|
||||
} else {
|
||||
"main" { projectDefault() }
|
||||
"test" { projectDefault() }
|
||||
}
|
||||
|
||||
@@ -66,10 +66,10 @@ dependencies {
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
Ide.AS33.orHigher {
|
||||
if (Ide.AS33.orHigher()) {
|
||||
"main" { }
|
||||
"test" { }
|
||||
} ?: run {
|
||||
} else {
|
||||
"main" { projectDefault() }
|
||||
"test" { projectDefault() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user