equal
deleted
inserted
replaced
63 } |
63 } |
64 |
64 |
65 androidMain.dependencies { |
65 androidMain.dependencies { |
66 api(libs.androidx.activity) |
66 api(libs.androidx.activity) |
67 implementation(libs.androidx.activity.compose) |
67 implementation(libs.androidx.activity.compose) |
68 api(libs.geekdroid) |
|
69 } |
68 } |
70 } |
69 } |
71 } |
70 } |
72 |
71 |
73 compose.resources { |
72 compose.resources { |
114 |
113 |
115 dependencies { |
114 dependencies { |
116 testImplementation(libs.junit) |
115 testImplementation(libs.junit) |
117 androidTestImplementation(libs.androidx.test.ext.junit) |
116 androidTestImplementation(libs.androidx.test.ext.junit) |
118 androidTestImplementation(libs.espresso.core) |
117 androidTestImplementation(libs.espresso.core) |
|
118 "androidMainApi"(libs.geekdroid) { |
|
119 exclude("androidx.compose.material3") |
|
120 } |
119 } |
121 } |
120 |
122 |
121 publishing { |
123 publishing { |
122 publications { |
124 publications { |
123 val pomConfiguration: (MavenPom).() -> Unit = { |
125 val pomConfiguration: (MavenPom).() -> Unit = { |