mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-27 12:27:57 +01:00
Rework buildSrc and remove usage of subprojects
This commit is contained in:
10
buildSrc/src/main/kotlin/mihon.library.compose.gradle.kts
Normal file
10
buildSrc/src/main/kotlin/mihon.library.compose.gradle.kts
Normal file
@@ -0,0 +1,10 @@
|
||||
import mihon.buildlogic.configureCompose
|
||||
|
||||
plugins {
|
||||
id("mihon.code.detekt")
|
||||
id("com.android.library")
|
||||
}
|
||||
|
||||
android {
|
||||
configureCompose(this)
|
||||
}
|
||||
Reference in New Issue
Block a user