
(cherry picked from commit e448e40406e8d9916120a278e42829a6f1b25a7a) # Conflicts: # app/build.gradle.kts # buildSrc/src/main/kotlin/AndroidConfig.kt # i18n/build.gradle.kts # source-api/build.gradle.kts
11 lines
152 B
Plaintext
11 lines
152 B
Plaintext
import mihon.buildlogic.configureCompose
|
|
|
|
plugins {
|
|
id("mihon.code.detekt")
|
|
id("com.android.library")
|
|
}
|
|
|
|
android {
|
|
configureCompose(this)
|
|
}
|