mihon/buildSrc/src/main/kotlin/mihon.benchmark.gradle.kts

15 lines
228 B
Plaintext
Raw Normal View History

import mihon.buildlogic.configureAndroid
import mihon.buildlogic.configureTest
plugins {
id("com.android.test")
kotlin("android")
2024-08-19 18:11:14 +06:00
id("mihon.code.lint")
}
android {
configureAndroid(this)
configureTest()
}