blob: 194a4ba7fdb7be01e9af8bade93750c9ec42a17d [file] [log] [blame]
apply plugin: 'com.android.tools.java-library'
apply plugin: 'com.android.tools.kotlin'
dependencies {
implementation project(":base:profgen")
implementation libs.kotlin_stdlib
implementation 'org.jetbrains.kotlinx:kotlinx-cli-jvm:0.3.1'
testImplementation libs.kotlin_test
testImplementation libs.truth
testImplementation libs.junit
testImplementation libs.com.android.tools.testutils
}
compileKotlin {
kotlinOptions {
freeCompilerArgs += '-Xopt-in=kotlin.RequiresOptIn'
}
}