Skip to content

Commit

Permalink
Fix the depediences of Android target
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaoyuang committed Jan 5, 2024
1 parent 7ded893 commit da33d22
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sqllin-dsl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit da33d22

Please sign in to comment.