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 © 2021-2022 Harsh Shandilya. * Copyright © 2021-2023 Harsh Shandilya.
* Use of this source code is governed by an MIT-style * Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at * license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT. * https://opensource.org/licenses/MIT.
*/ */
@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
plugins { plugins {
id("dev.msfjarvis.claw.kotlin-android") id("dev.msfjarvis.claw.kotlin-android")
id("dev.msfjarvis.claw.android-library") id("dev.msfjarvis.claw.android-library")

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 * Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at * license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT. * https://opensource.org/licenses/MIT.
*/ */
@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
plugins { plugins {
alias(libs.plugins.android.test) alias(libs.plugins.android.test)
id("dev.msfjarvis.claw.android-common") id("dev.msfjarvis.claw.android-common")

View file

@ -4,8 +4,6 @@
* license that can be found in the LICENSE file or at * license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT. * https://opensource.org/licenses/MIT.
*/ */
@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
plugins { plugins {
id("dev.msfjarvis.claw.kotlin-android") id("dev.msfjarvis.claw.kotlin-android")
id("dev.msfjarvis.claw.android-library") id("dev.msfjarvis.claw.android-library")

View file

@ -4,8 +4,6 @@
* license that can be found in the LICENSE file or at * license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT. * https://opensource.org/licenses/MIT.
*/ */
@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
plugins { plugins {
id("dev.msfjarvis.claw.kotlin-android") id("dev.msfjarvis.claw.kotlin-android")
id("dev.msfjarvis.claw.android-library") id("dev.msfjarvis.claw.android-library")

View file

@ -4,8 +4,6 @@
* license that can be found in the LICENSE file or at * license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT. * https://opensource.org/licenses/MIT.
*/ */
@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
plugins { plugins {
id("dev.msfjarvis.claw.kotlin-android") id("dev.msfjarvis.claw.kotlin-android")
id("dev.msfjarvis.claw.android-library") id("dev.msfjarvis.claw.android-library")

View file

@ -4,8 +4,6 @@
* license that can be found in the LICENSE file or at * license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT. * https://opensource.org/licenses/MIT.
*/ */
@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
plugins { id("dev.msfjarvis.claw.kotlin-jvm") } plugins { id("dev.msfjarvis.claw.kotlin-jvm") }
dependencies { dependencies {

View file

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