Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trOnk12 committed Oct 6, 2023
1 parent 78a4124 commit 7c9d6ec
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion '1.4.2'
kotlinCompilerExtensionVersion '1.4.3'
}
packagingOptions {
resources {
Expand All @@ -54,13 +54,13 @@ android {
excludes += '/META-INF/LICENSE-notice.md'
}
}
testOptions {
packagingOptions {
jniLibs {
useLegacyPackaging true
}
}
}
// testOptions {
// packagingOptions {
// jniLibs {
// useLegacyPackaging true
// }
// }
// }
kapt {
arguments {
arg("skipPrivatePreviews", "true")
Expand Down Expand Up @@ -156,7 +156,7 @@ dependencies {
tasks.withType(Test) {
useJUnitPlatform()
}

kapt {
correctErrorTypes true
}
//
//kapt {
// correctErrorTypes true
//}

0 comments on commit 7c9d6ec

Please sign in to comment.