mirror of
https://github.com/mihonapp/mihon.git
synced 2024-12-27 03:18:25 +01:00
12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
import mihon.buildlogic.AndroidConfig
|
|
import mihon.buildlogic.configureCompose
|
|
|
|
plugins {
|
|
id("com.android.application")
|
|
kotlin("android")
|
|
}
|
|
|
|
android {
|
|
configureCompose(this)
|
|
}
|