diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 6246af98..9722382c 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -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 * license that can be found in the LICENSE file or at * https://opensource.org/licenses/MIT. */ -@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage") - plugins { id("dev.msfjarvis.claw.kotlin-android") id("dev.msfjarvis.claw.android-library") diff --git a/benchmark/build.gradle.kts b/benchmark/build.gradle.kts index 9b489691..3391c158 100644 --- a/benchmark/build.gradle.kts +++ b/benchmark/build.gradle.kts @@ -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") diff --git a/common/build.gradle.kts b/common/build.gradle.kts index cbab04a5..86342af2 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -4,8 +4,6 @@ * license that can be found in the LICENSE file or at * https://opensource.org/licenses/MIT. */ -@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage") - plugins { id("dev.msfjarvis.claw.kotlin-android") id("dev.msfjarvis.claw.android-library") diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 1300672d..fdd3fb12 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -4,8 +4,6 @@ * license that can be found in the LICENSE file or at * https://opensource.org/licenses/MIT. */ -@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage") - plugins { id("dev.msfjarvis.claw.kotlin-android") id("dev.msfjarvis.claw.android-library") diff --git a/database/build.gradle.kts b/database/build.gradle.kts index 23f2517d..940a7452 100644 --- a/database/build.gradle.kts +++ b/database/build.gradle.kts @@ -4,8 +4,6 @@ * license that can be found in the LICENSE file or at * https://opensource.org/licenses/MIT. */ -@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage") - plugins { id("dev.msfjarvis.claw.kotlin-android") id("dev.msfjarvis.claw.android-library") diff --git a/metadata-extractor/build.gradle.kts b/metadata-extractor/build.gradle.kts index e9dfa1b8..17301abf 100644 --- a/metadata-extractor/build.gradle.kts +++ b/metadata-extractor/build.gradle.kts @@ -4,8 +4,6 @@ * license that can be found in the LICENSE file or at * https://opensource.org/licenses/MIT. */ -@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage") - plugins { id("dev.msfjarvis.claw.kotlin-jvm") } dependencies { diff --git a/model/build.gradle.kts b/model/build.gradle.kts index 7dc021ec..cf83edce 100644 --- a/model/build.gradle.kts +++ b/model/build.gradle.kts @@ -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 * license that can be found in the LICENSE file or at * https://opensource.org/licenses/MIT. */ -@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage") - plugins { id("dev.msfjarvis.claw.kotlin-jvm") alias(libs.plugins.kotlin.serialization)