Skip to content

Commit

Permalink
remove old kotlin target to 1.5 for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Nov 16, 2023
1 parent e3a3229 commit d49c42d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ buildscript {
mavenLocal()
mavenCentral()
google()
jcenter()
//TODO replace io.mockk
}
dependencies {
Expand All @@ -32,7 +31,6 @@ allprojects {
mavenLocal()
mavenCentral()
google()
jcenter()
}

group = 'io.insert-koin'
Expand All @@ -53,8 +51,6 @@ allprojects {

kotlinOptions {
jvmTarget = '1.8'
apiVersion = '1.5'
languageVersion = '1.5'
}
}
}

0 comments on commit d49c42d

Please sign in to comment.