Skip to content

Commit 162933c

Browse files
2.1.1-RC1
1 parent 5ef8835 commit 162933c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

example-cmp/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ androidx-ui-tooling = "1.8.2"
55
compose-plugin = "1.8.1"
66
kamel = "0.9.4"
77
koin = "4.1.0"
8-
koin-annotations = "2.1.1-Beta2"
8+
koin-annotations = "2.1.1-RC1"
99
kotlin = "2.1.20"
1010
ktor = "3.1.3"
1111
materialIconsCore = "1.7.3"

examples/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Core
66
kotlin = "2.1.20"
77
koin = "4.1.0"
8-
koinAnnotations = "2.1.1-Beta2"
8+
koinAnnotations = "2.1.1-RC1"
99
ksp = "2.1.20-1.0.32"
1010
junit = "4.13.2"
1111
# Android

projects/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ org.gradle.parallel=true
77
#Kotlin
88
kotlin.code.style=official
99
#Koin
10-
koinAnnotationsVersion=2.1.1-Beta2
10+
koinAnnotationsVersion=2.1.1-RC1
1111
#Android
1212
android.useAndroidX=true
1313
androidMinSDK=14

0 commit comments

Comments
 (0)