From 8e60a234e9d6ed3f2495cf18784f2312dc11378d Mon Sep 17 00:00:00 2001 From: Saeed Noshadi Date: Mon, 16 May 2022 20:36:41 +0430 Subject: [PATCH] remove suppress annotation prefix and add todo --- core-database/build.gradle.kts | 1 + core-datastore/build.gradle.kts | 2 +- core-model/build.gradle.kts | 3 ++- core-navigation/build.gradle.kts | 3 ++- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/core-database/build.gradle.kts b/core-database/build.gradle.kts index a4d8e4256..2f15e958a 100644 --- a/core-database/build.gradle.kts +++ b/core-database/build.gradle.kts @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +// TODO: Remove once https://youtrack.jetbrains.com/issue/KTIJ-19369 is fixed @Suppress("DSL_SCOPE_VIOLATION") plugins { id("nowinandroid.android.library") diff --git a/core-datastore/build.gradle.kts b/core-datastore/build.gradle.kts index 9dba29c8e..52d7ebc7b 100644 --- a/core-datastore/build.gradle.kts +++ b/core-datastore/build.gradle.kts @@ -20,7 +20,7 @@ import com.google.protobuf.gradle.protobuf import com.google.protobuf.gradle.protoc // TODO: Remove once https://youtrack.jetbrains.com/issue/KTIJ-19369 is fixed -@kotlin.Suppress("DSL_SCOPE_VIOLATION") +@Suppress("DSL_SCOPE_VIOLATION") plugins { id("nowinandroid.android.library") id("nowinandroid.android.library.jacoco") diff --git a/core-model/build.gradle.kts b/core-model/build.gradle.kts index c8412ef22..a413b36c4 100644 --- a/core-model/build.gradle.kts +++ b/core-model/build.gradle.kts @@ -13,7 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -@kotlin.Suppress("DSL_SCOPE_VIOLATION") +// TODO: Remove once https://youtrack.jetbrains.com/issue/KTIJ-19369 is fixed +@Suppress("DSL_SCOPE_VIOLATION") plugins { id("nowinandroid.android.library") id("nowinandroid.android.library.jacoco") diff --git a/core-navigation/build.gradle.kts b/core-navigation/build.gradle.kts index 8fa909964..d9449babc 100644 --- a/core-navigation/build.gradle.kts +++ b/core-navigation/build.gradle.kts @@ -13,7 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -@kotlin.Suppress("DSL_SCOPE_VIOLATION") +// TODO: Remove once https://youtrack.jetbrains.com/issue/KTIJ-19369 is fixed +@Suppress("DSL_SCOPE_VIOLATION") plugins { id("nowinandroid.android.library") id("nowinandroid.android.library.jacoco")