Skip to content

Commit

Permalink
Merge pull request #1708 from InsertKoinIO/fix/android_kotlin_target
Browse files Browse the repository at this point in the history
Fix old Android Kotlin target
  • Loading branch information
arnaudgiuliani authored Nov 16, 2023
2 parents e3a3229 + d49c42d commit 4e96a28
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 4e96a28

Please sign in to comment.