From da33d22d982d0c6364a6440edc4dbac8773a27ed Mon Sep 17 00:00:00 2001 From: qiaoyuang Date: Fri, 5 Jan 2024 13:29:13 +0800 Subject: [PATCH] Fix the depediences of Android target --- sqllin-dsl/build.gradle.kts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sqllin-dsl/build.gradle.kts b/sqllin-dsl/build.gradle.kts index e917ae7..a365264 100644 --- a/sqllin-dsl/build.gradle.kts +++ b/sqllin-dsl/build.gradle.kts @@ -88,12 +88,6 @@ kotlin { implementation(kotlin("test")) } } - val androidMain by getting { - dependencies { - val androidxAnnotationVersion: String by project - implementation("androidx.annotation:annotation:${androidxAnnotationVersion}") - } - } val androidInstrumentedTest by getting { dependencies { implementation("androidx.test:core:1.5.0")