fix DSL in Android plugin
This commit is contained in:
+8
@@ -25,6 +25,14 @@ android {
|
||||
annotations = "kotlinAnnotations"
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
kotlin {
|
||||
srcDirs = ['root/kotlin']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 7
|
||||
targetSdkVersion 16
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
org.gradle.jvmargs=-XX:MaxPermSize=512m
|
||||
Reference in New Issue
Block a user