Fix ConfigureProjectTestGenerated
This commit is contained in:
+1
-4
@@ -4,9 +4,6 @@ apply plugin: 'kotlin-android'
|
||||
android {
|
||||
compileSdkVersion 15
|
||||
buildToolsVersion "17.0"
|
||||
sourceSets {
|
||||
main.java.srcDirs += 'src/main/kotlin'
|
||||
}
|
||||
}
|
||||
|
||||
// query for all (non-test) variants and inject a new step in the builds
|
||||
@@ -50,5 +47,5 @@ repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
|
||||
}
|
||||
Reference in New Issue
Block a user