File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ dependencies {
4949 projects.feature.home,
5050 projects.feature.library,
5151 projects.feature.main,
52+ projects.feature.login,
5253 projects.feature.search,
5354
5455 libs.androidx.activity.compose,
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ allprojects {
2222 apply {
2323 plugin(rootProject.libs.plugins.kotlin.detekt.get().pluginId)
2424 plugin(rootProject.libs.plugins.kotlin.ktlint.get().pluginId)
25+ plugin(rootProject.libs.plugins.gradle.dependency.handler.extensions.get().pluginId)
2526 }
2627
2728 afterEvaluate {
Original file line number Diff line number Diff line change 11plugins {
22 alias(libs.plugins.booket.jvm.library)
3- alias(libs.plugins.booket.kotlin.library.serialization)
43}
54
65dependencies {
You can’t perform that action at this time.
0 commit comments