Skip to content

Commit 97243a0

Browse files
fix deploy to maven for dev deployment github action for dev branch by importing dependency for android annotation linting
1 parent 216b2a3 commit 97243a0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

library/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ kotlin {
5757

5858
sourceSets {
5959
commonMain.dependencies {
60+
}
61+
62+
androidMain.dependencies {
6063
implementation(libs.android.tools.lint)
6164
}
6265

0 commit comments

Comments
 (0)