fix(build): remove DSL_SCOPE_VIOLATION suppression

This commit is contained in:
Harsh Shandilya 2023-03-24 14:59:29 +05:30
parent e91b344bea
commit 293c04b2ad
No known key found for this signature in database
7 changed files with 3 additions and 17 deletions

View file

@ -1,11 +1,9 @@
/*
* Copyright © 2022 Harsh Shandilya.
* Copyright © 2022-2023 Harsh Shandilya.
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
*/
@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
plugins {
alias(libs.plugins.android.test)
id("dev.msfjarvis.claw.android-common")