blob: 25823d4228bd9a0ab46f4ade9ea1090bdaf44106 [file] [log] [blame]
androidApp {
buildTypes {
buildType("dotted.buildtype") {
}
}
dependenciesDcl {
implementation("com.android.support:appcompat-v7:+")
`dotted.buildtypeImplementation`("org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.3.1")
}
}