mirror of
https://github.com/mihonapp/mihon.git
synced 2025-01-14 12:17:16 +01:00
12 lines
151 B
Plaintext
12 lines
151 B
Plaintext
import mihon.buildlogic.configureCompose
|
|
|
|
plugins {
|
|
id("com.android.library")
|
|
|
|
id("mihon.code.lint")
|
|
}
|
|
|
|
android {
|
|
configureCompose(this)
|
|
}
|