Skip to content

Commit

Permalink
Kaverit 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Jul 15, 2022
1 parent 5793e20 commit 200a86b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ kotlin.incremental.multiplatform = true
kotlin.incremental.js = false
kotlin.parallel.tasks.in.project = true
kotlin.mpp.stability.nowarn=true
# To enable compatibility with non-hierarchical projects
# https://kotlinlang.org/docs/multiplatform-hierarchy.html#for-library-authors
kotlin.mpp.enableCompatibilityMetadataVariant=true

# Android
android.useAndroidX = true
2 changes: 1 addition & 1 deletion kodein-di/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kodein {

common {
main.dependencies {
api("org.kodein.type:kaverit:2.0.0")
api("org.kodein.type:kaverit:2.0.1")
}
test.dependencies {
implementation(project(":test-utils"))
Expand Down

0 comments on commit 200a86b

Please sign in to comment.