We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef8835 commit 162933cCopy full SHA for 162933c
3 files changed
example-cmp/gradle/libs.versions.toml
@@ -5,7 +5,7 @@ androidx-ui-tooling = "1.8.2"
5
compose-plugin = "1.8.1"
6
kamel = "0.9.4"
7
koin = "4.1.0"
8
-koin-annotations = "2.1.1-Beta2"
+koin-annotations = "2.1.1-RC1"
9
kotlin = "2.1.20"
10
ktor = "3.1.3"
11
materialIconsCore = "1.7.3"
examples/gradle/libs.versions.toml
@@ -5,7 +5,7 @@
# Core
-koinAnnotations = "2.1.1-Beta2"
+koinAnnotations = "2.1.1-RC1"
ksp = "2.1.20-1.0.32"
junit = "4.13.2"
# Android
projects/gradle.properties
@@ -7,7 +7,7 @@ org.gradle.parallel=true
#Kotlin
kotlin.code.style=official
#Koin
-koinAnnotationsVersion=2.1.1-Beta2
+koinAnnotationsVersion=2.1.1-RC1
#Android
12
android.useAndroidX=true
13
androidMinSDK=14
0 commit comments