Skip to content

Commit

Permalink
Remove DSL_SCOPE_VIOLATION
Browse files Browse the repository at this point in the history
  • Loading branch information
mlykotom committed Apr 13, 2023
1 parent 80e6ae8 commit 139b192
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion Crane/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* limitations under the License.
*/

@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove when updating to Gradle 8.1 (https://github.com/gradle/gradle/issues/22797)
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
Expand Down
3 changes: 1 addition & 2 deletions Crane/benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove when updating to Gradle 8.1 (https://github.com/gradle/gradle/issues/22797)
plugins {
alias(libs.plugins.android.test)
alias(libs.plugins.kotlin.android)
Expand Down Expand Up @@ -53,4 +52,4 @@ androidComponents {
beforeVariants(selector().all()) {
it.enabled = it.buildType == "benchmark"
}
}
}
1 change: 0 additions & 1 deletion JetLagged/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/

@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove when updating to Gradle 8.1 (https://github.com/gradle/gradle/issues/22797)
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
Expand Down
1 change: 0 additions & 1 deletion JetNews/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/

@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove when updating to Gradle 8.1 (https://github.com/gradle/gradle/issues/22797)
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
Expand Down
1 change: 0 additions & 1 deletion Jetcaster/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/

@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove when updating to Gradle 8.1 (https://github.com/gradle/gradle/issues/22797)
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
Expand Down
1 change: 0 additions & 1 deletion Jetsnack/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/

@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove when updating to Gradle 8.1 (https://github.com/gradle/gradle/issues/22797)
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
Expand Down
1 change: 0 additions & 1 deletion Jetsurvey/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/

@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove when updating to Gradle 8.1 (https://github.com/gradle/gradle/issues/22797)
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
Expand Down
1 change: 0 additions & 1 deletion Owl/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/

@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove when updating to Gradle 8.1 (https://github.com/gradle/gradle/issues/22797)
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
Expand Down
1 change: 0 additions & 1 deletion Reply/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/

@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove when updating to Gradle 8.1 (https://github.com/gradle/gradle/issues/22797)
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
Expand Down

0 comments on commit 139b192

Please sign in to comment.