Skip to content

Commit 7302bfc

Browse files
authored
Merge pull request #276 from arkivanov/fix-check-publication
Removed keepers and extensions-androidx modules from check-publication
2 parents 5778a2c + 37a66c4 commit 7302bfc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tools/check-publication/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ kotlin {
1818
commonMain {
1919
dependencies {
2020
implementation "com.arkivanov.mvikotlin:rx:$version"
21-
implementation "com.arkivanov.mvikotlin:keepers:$version"
2221
implementation "com.arkivanov.mvikotlin:mvikotlin:$version"
2322
implementation "com.arkivanov.mvikotlin:mvikotlin-main:$version"
2423
implementation "com.arkivanov.mvikotlin:mvikotlin-logging:$version"
@@ -27,11 +26,5 @@ kotlin {
2726
implementation "com.arkivanov.mvikotlin:mvikotlin-extensions-coroutines:$version"
2827
}
2928
}
30-
31-
androidMain {
32-
dependencies {
33-
implementation "com.arkivanov.mvikotlin:mvikotlin-extensions-androidx:$version"
34-
}
35-
}
3629
}
3730
}

0 commit comments

Comments
 (0)