From 6cc4633ecd1981907fefb6d881e2ad03f29d181e Mon Sep 17 00:00:00 2001 From: Saeed Noshadi <50018300+SaeedNoshadi89@users.noreply.github.com> Date: Mon, 16 May 2022 20:02:00 +0430 Subject: [PATCH] Update core-database/build.gradle.kts Co-authored-by: Alex Vanyo --- core-database/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-database/build.gradle.kts b/core-database/build.gradle.kts index fea0de918..a4d8e4256 100644 --- a/core-database/build.gradle.kts +++ b/core-database/build.gradle.kts @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -@kotlin.Suppress("DSL_SCOPE_VIOLATION") +@Suppress("DSL_SCOPE_VIOLATION") plugins { id("nowinandroid.android.library") id("nowinandroid.android.library.jacoco")