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 {
|
sourceSets {
|
||||||
main.java.srcDirs += 'src/main/kotlin'
|
main.java.srcDirs += 'src/main/kotlin'
|
||||||
}
|
}
|
||||||
|
|||||||
+6
@@ -19,6 +19,12 @@ android {
|
|||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
compileOptions {
|
||||||
|
sourceCompatibility 1.8
|
||||||
|
targetCompatibility 1.8
|
||||||
|
}
|
||||||
|
|
||||||
dataBinding {
|
dataBinding {
|
||||||
enabled = true
|
enabled = true
|
||||||
}
|
}
|
||||||
|
|||||||
+5
@@ -21,6 +21,11 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
compileOptions {
|
||||||
|
sourceCompatibility 1.8
|
||||||
|
targetCompatibility 1.8
|
||||||
|
}
|
||||||
|
|
||||||
dataBinding { enabled = true }
|
dataBinding { enabled = true }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+5
@@ -16,6 +16,11 @@ android {
|
|||||||
sourceSets {
|
sourceSets {
|
||||||
main.java.srcDirs += 'src/main/kotlin'
|
main.java.srcDirs += 'src/main/kotlin'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
compileOptions {
|
||||||
|
sourceCompatibility 1.8
|
||||||
|
targetCompatibility 1.8
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
def dbflow_version = "3.1.1"
|
def dbflow_version = "3.1.1"
|
||||||
|
|||||||
+5
@@ -43,6 +43,11 @@ android {
|
|||||||
incremental false
|
incremental false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
compileOptions {
|
||||||
|
sourceCompatibility 1.8
|
||||||
|
targetCompatibility 1.8
|
||||||
|
}
|
||||||
|
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
// Workaround for org.jetbrains.kotlin.gradle.Kapt3Android33IT#testRealm
|
// Workaround for org.jetbrains.kotlin.gradle.Kapt3Android33IT#testRealm
|
||||||
// Android Plugin 3.3.2 fails with:
|
// Android Plugin 3.3.2 fails with:
|
||||||
|
|||||||
+5
@@ -34,6 +34,11 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
compileOptions {
|
||||||
|
sourceCompatibility 1.8
|
||||||
|
targetCompatibility 1.8
|
||||||
|
}
|
||||||
|
|
||||||
dexOptions {
|
dexOptions {
|
||||||
incremental false
|
incremental false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user