Skip to content

Commit 709ff6b

Browse files
Bump 4.0.3
1 parent d04c58c commit 709ff6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/gradle/versions.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ext {
22
// Kotlin
33
kotlin_version = '2.0.21'
44
// Koin Versions
5-
koin_version = '4.0.3-RC1'
5+
koin_version = '4.0.3'
66
koin_android_version = koin_version
77
koin_compose_version = koin_version
88

projects/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kotlin.incremental.multiplatform=true
1111
kotlin.code.style=official
1212

1313
#Koin
14-
koinVersion=4.0.3-RC1
14+
koinVersion=4.0.3
1515

1616
#Compose
1717
org.jetbrains.compose.experimental.jscanvas.enabled=true

0 commit comments

Comments
 (0)