Skip to content

Commit da33d22

Browse files
committed
Fix the depediences of Android target
1 parent 7ded893 commit da33d22

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sqllin-dsl/build.gradle.kts

-6
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,6 @@ kotlin {
8888
implementation(kotlin("test"))
8989
}
9090
}
91-
val androidMain by getting {
92-
dependencies {
93-
val androidxAnnotationVersion: String by project
94-
implementation("androidx.annotation:annotation:${androidxAnnotationVersion}")
95-
}
96-
}
9791
val androidInstrumentedTest by getting {
9892
dependencies {
9993
implementation("androidx.test:core:1.5.0")

0 commit comments

Comments
 (0)