mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-29 04:27:51 +02:00
Rework buildSrc and remove usage of subprojects
This commit is contained in:
13
buildSrc/src/main/kotlin/mihon.benchmark.gradle.kts
Normal file
13
buildSrc/src/main/kotlin/mihon.benchmark.gradle.kts
Normal file
@ -0,0 +1,13 @@
|
||||
import mihon.buildlogic.configureAndroid
|
||||
import mihon.buildlogic.configureTest
|
||||
|
||||
plugins {
|
||||
id("mihon.code.detekt")
|
||||
id("com.android.test")
|
||||
kotlin("android")
|
||||
}
|
||||
|
||||
android {
|
||||
configureAndroid(this)
|
||||
configureTest()
|
||||
}
|
Reference in New Issue
Block a user