Skip to content

Commit

Permalink
kotlin 1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Mar 26, 2023
1 parent e0107cf commit 9ec1bed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugins {

allprojects {
group = "org.kodein.type"
version = "2.3.0"
version = "2.4.0"
}
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ kotlin.mpp.androidSourceSetLayoutVersion1.nowarn=true

# Android
android.useAndroidX = true
org.kodein.jvm-version = 11
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
maven(url = "https://raw.githubusercontent.com/kosi-libs/kodein-internal-gradle-plugin/mvn-repo")
}
dependencies {
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:7.0.2")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:7.0.5")
}
}

Expand Down

0 comments on commit 9ec1bed

Please sign in to comment.