blob: 820c0362cbba151261d2a28f8bba262a8a3c8135 [file] [log] [blame]
apply plugin: 'com.android.tools.java-library'
apply plugin: 'com.android.tools.kotlin'
dependencies {
implementation libs.asm
implementation libs.kotlin_stdlib
testImplementation libs.kotlin_test
testImplementation libs.truth
testImplementation libs.junit
testImplementation libs.com.android.tools.testutils
}
compileKotlin {
kotlinOptions {
freeCompilerArgs += '-Xopt-in=kotlin.RequiresOptIn'
}
}