Fix issues in Android test projects setup.
This commit is contained in:
committed by
TeamCityServer
parent
590bab82e2
commit
543ab3fa2a
+5
@@ -21,6 +21,11 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility 1.8
|
||||
targetCompatibility 1.8
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main.java.srcDirs += 'src/main/kotlin'
|
||||
}
|
||||
|
||||
+6
@@ -19,6 +19,12 @@ android {
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility 1.8
|
||||
targetCompatibility 1.8
|
||||
}
|
||||
|
||||
dataBinding {
|
||||
enabled = true
|
||||
}
|
||||
|
||||
+5
@@ -21,6 +21,11 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility 1.8
|
||||
targetCompatibility 1.8
|
||||
}
|
||||
|
||||
dataBinding { enabled = true }
|
||||
}
|
||||
|
||||
|
||||
+5
@@ -16,6 +16,11 @@ android {
|
||||
sourceSets {
|
||||
main.java.srcDirs += 'src/main/kotlin'
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility 1.8
|
||||
targetCompatibility 1.8
|
||||
}
|
||||
}
|
||||
|
||||
def dbflow_version = "3.1.1"
|
||||
|
||||
+5
@@ -43,6 +43,11 @@ android {
|
||||
incremental false
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility 1.8
|
||||
targetCompatibility 1.8
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
// Workaround for org.jetbrains.kotlin.gradle.Kapt3Android33IT#testRealm
|
||||
// Android Plugin 3.3.2 fails with:
|
||||
|
||||
+5
@@ -34,6 +34,11 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility 1.8
|
||||
targetCompatibility 1.8
|
||||
}
|
||||
|
||||
dexOptions {
|
||||
incremental false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user