Annoying. More annoying in this project. (cherry picked from commit 777ae2461e1eb277a3aa0c998ff69e4f100387a1)
12 lines
201 B
Text
12 lines
201 B
Text
import mihon.buildlogic.configureAndroid
|
|
import mihon.buildlogic.configureTest
|
|
|
|
plugins {
|
|
id("com.android.test")
|
|
kotlin("android")
|
|
}
|
|
|
|
android {
|
|
configureAndroid(this)
|
|
configureTest()
|
|
}
|