Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Dec 25, 2023
1 parent 02681fe commit edbc884
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
Expand All @@ -12,9 +13,9 @@ commonConfig {

allprojects {
tasks.withType(KotlinCompile).configureEach {
kotlinOptions {
apiVersion = "1.5"
languageVersion = "1.5"
compilerOptions {
apiVersion = KotlinVersion.KOTLIN_1_5
languageVersion = KotlinVersion.KOTLIN_1_5
}
}
pluginManager.withPlugin("kotlin") {
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ kotlin.code.style=official
kotlin.incremental=true
kotlin.caching.enabled=true
android.nonTransitiveRClass=true
# https://issuetracker.google.com/issues/266279660
android.experimental.androidTest.useUnifiedTestPlatform=false
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.

0 comments on commit edbc884

Please sign in to comment.