From 9a29ee34fb8fbeaa8e34833a6d1fcedc1a26870b Mon Sep 17 00:00:00 2001 From: Gabriel Ittner Date: Mon, 4 Dec 2023 12:39:11 +0100 Subject: [PATCH] Update build.gradle.kts --- build.gradle.kts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 110cba91..0b345acd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,13 +21,3 @@ apiValidation { "androidx.annotation.VisibleForTesting", ) } - -dependencyAnalysis { - issues { - project(":sample:android") { - onIncorrectConfiguration { - exclude("org.jetbrains.kotlin:kotlin-stdlib") - } - } - } -} \ No newline at end of file