Skip to content

Commit 78ffd68

Browse files
committed
WIP WIP AGP9 - temporary RUDE disables for unsolved problems
1 parent 9743859 commit 78ffd68

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

AnkiDroid/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,9 @@ android {
248248
targetCompatibility JavaVersion.VERSION_17
249249
coreLibraryDesugaringEnabled = true
250250
}
251-
kotlinOptions {
252-
jvmTarget = JavaVersion.VERSION_17
253-
}
251+
// kotlinOptions {
252+
// jvmTarget = JavaVersion.VERSION_17
253+
// }
254254

255255
packagingOptions {
256256
resources {
@@ -309,7 +309,7 @@ tasks.register('copyTestLibIntoAndroidTest', Copy) {
309309
}
310310
}
311311
tasks.named('preBuild').configure { dependsOn('copyTestLibIntoAndroidTest') }
312-
tasks.named('runKtlintCheckOverAndroidTestSourceSet').configure { mustRunAfter('copyTestLibIntoAndroidTest') }
312+
//tasks.named('runKtlintCheckOverAndroidTestSourceSet').configure { mustRunAfter('copyTestLibIntoAndroidTest') }
313313

314314
// Issue 11078 - some emulators run, but run zero tests, and still report success
315315
tasks.register('assertNonzeroAndroidTests') {

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ subprojects {
9393
*/
9494
tasks.withType(KotlinCompile::class.java).configureEach {
9595
compilerOptions {
96-
allWarningsAsErrors = fatalWarnings
96+
allWarningsAsErrors = false //fatalWarnings
9797
val compilerArgs = mutableListOf(
9898
// https://youtrack.jetbrains.com/issue/KT-73255
9999
// Apply @StringRes to both constructor params and generated properties

0 commit comments

Comments
 (0)