Skip to content

Commit

Permalink
4.1.0-Beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgiuliani committed Jan 8, 2025
1 parent 384d015 commit 9a85a8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions examples/gradle/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
ext {
// Kotlin
kotlin_version = '2.0.21'
kotlin_version = '2.1.0'
// Koin Versions
koin_version = '4.1.0-Beta3'
koin_version = '4.1.0-Beta4'
koin_android_version = koin_version
koin_compose_version = koin_version

coroutines_version = "1.8.1"
coroutines_version = "1.9.0"
// TODO Ktor 3 version pb with tests
ktor_version = "2.3.12"
jb_compose_version = "1.6.11"
jb_compose_version = "1.7.0"

// Test
junit_version = "4.13.2"
Expand Down
2 changes: 1 addition & 1 deletion projects/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.parallel=true
kotlin.code.style=official

#Koin
koinVersion=4.1.0-Beta3
koinVersion=4.1.0-Beta4

#Compose
org.jetbrains.compose.experimental.jscanvas.enabled=true
Expand Down

0 comments on commit 9a85a8b

Please sign in to comment.