Skip to content

Commit bd312a1

Browse files
2.2.0
1 parent edc25c6 commit bd312a1

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

example-cmp/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lifecycleCompose = "2.9.2"
1212
coil = "3.2.0"
1313

1414
koin = "4.1.1"
15-
koin-annotations = "2.2.0-RC4"
15+
koin-annotations = "2.2.0"
1616
kotzilla = "1.2.2"
1717
ksp = "2.1.21-2.0.2"
1818

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.21"
77
koin = "4.1.0"
8-
koinAnnotations = "2.2.0-RC4"
8+
koinAnnotations = "2.2.0"
99
ksp = "2.1.21-2.0.2"
1010
junit = "4.13.2"
1111
# Android

projects/.claude/settings.local.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"Read(//Users/arnaud/workspace/koin-projects/koin-annotations/docs/reference/koin-annotations/**)",
77
"Read(//Users/arnaud/workspace/koin-projects/koin-annotations/docs/**)",
88
"Read(//Users/arnaud/workspace/koin-projects/koin-annotations/docs/**)",
9-
"Read(//Users/arnaud/workspace/koin-projects/koin-annotations/**)"
9+
"Read(//Users/arnaud/workspace/koin-projects/koin-annotations/**)",
10+
"Read(//Users/arnaud/workspace/koin-projects/**)",
11+
"Read(//Users/arnaud/workspace/**)",
12+
"Bash(cat:*)"
1013
],
1114
"deny": []
1215
}

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.2.0-RC4
10+
koinAnnotationsVersion=2.2.0
1111
#Android
1212
android.useAndroidX=true
1313
androidMinSDK=14

0 commit comments

Comments
 (0)