mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-08 16:18:51 +01:00
11 lines
150 B
Plaintext
11 lines
150 B
Plaintext
|
import mihon.buildlogic.configureCompose
|
||
|
|
||
|
plugins {
|
||
|
id("com.android.application")
|
||
|
kotlin("android")
|
||
|
}
|
||
|
|
||
|
android {
|
||
|
configureCompose(this)
|
||
|
}
|