We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef35091 commit a208757Copy full SHA for a208757
examples/gradle/libs.versions.toml
@@ -5,7 +5,7 @@
5
# Core
6
kotlin = "2.0.21"
7
koin = "4.0.2"
8
-koinAnnotations = "2.0.0-RC5"
+koinAnnotations = "2.0.0"
9
ksp = "2.0.21-1.0.28"
10
junit = "4.13.2"
11
# Android
projects/gradle.properties
@@ -7,7 +7,7 @@ org.gradle.parallel=true
#Kotlin
kotlin.code.style=official
#Koin
-koinAnnotationsVersion=2.0.0-RC5
+koinAnnotationsVersion=2.0.0
#Android
12
android.useAndroidX=true
13
androidMinSDK=14
0 commit comments