Skip to content

Commit

Permalink
Merge pull request #99 from InsertKoinIO/1.3.1-RC1_update_libs
Browse files Browse the repository at this point in the history
update libs for 1.3.1-RC1
  • Loading branch information
arnaudgiuliani authored Nov 17, 2023
2 parents 34dab75 + 17b6159 commit 70103db
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion compiler/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ org.gradle.configureondemand=false
# Kotlin
kotlin.incremental=true
org.gradle.caching=true
kotlin.mpp.enableGranularSourceSetsMetadata=true

#kotlin.mpp.enableGranularSourceSetsMetadata=true
6 changes: 3 additions & 3 deletions compiler/koin-annotations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ kotlin {
}else{
macosX64()
macosArm64()
iosArm32()
// iosArm32()
iosArm64()
iosSimulatorArm64()
iosX64()
linuxX64()
linuxArm32Hfp()
linuxMips32()
// linuxMips32()
watchosArm32()
watchosArm64()
watchosSimulatorArm64()
watchosX86()
// watchosX86()
watchosX64()
tvosArm64()
tvosX64()
Expand Down
8 changes: 4 additions & 4 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ext {

// Koin
koin_ksp_version = "1.3.0"
koin_version = '3.5.0'
koin_ksp_version = "1.3.1-RC1"
koin_version = '3.5.2-RC2'

// Kotlin
kotlin_version = '1.9.10'
kotlin_version = '1.9.20'
// KSP
ksp_version = "1.9.10-1.0.13"
ksp_version = "1.9.20-1.0.14"
// Dokka
dokka_version = '1.8.10'
}
10 changes: 5 additions & 5 deletions sandbox/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
kotlin.code.style=official
kotlinVersion=1.9.10
koinVersion=3.5.0
koinAndroidVersion=3.5.0
koinKspVersion=1.3.0
kspVersion=1.9.10-1.0.13
kotlinVersion=1.9.20
koinVersion=3.5.2-RC2
koinAndroidVersion=3.5.2-R2
koinKspVersion=1.3.1-RC1
kspVersion=1.9.20-1.0.14
androidGradleVersion=4.3.1
appcompatVersion=1.6.1
android.useAndroidX=true

0 comments on commit 70103db

Please sign in to comment.