We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ded893 commit da33d22Copy full SHA for da33d22
sqllin-dsl/build.gradle.kts
@@ -88,12 +88,6 @@ kotlin {
88
implementation(kotlin("test"))
89
}
90
91
- val androidMain by getting {
92
- dependencies {
93
- val androidxAnnotationVersion: String by project
94
- implementation("androidx.annotation:annotation:${androidxAnnotationVersion}")
95
- }
96
97
val androidInstrumentedTest by getting {
98
dependencies {
99
implementation("androidx.test:core:1.5.0")
0 commit comments