Skip to content

Commit

Permalink
rename Android Compose modules...
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Apr 4, 2023
1 parent e8c642d commit f842685
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ plugins {

allprojects {
group = "org.kodein.di"
version = "7.20.0"
version = "7.20.1"
}
4 changes: 2 additions & 2 deletions doc/antora.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: kodein
title: Kodein
version: '7.20'
display_version: '7.20.0'
display_version: '7.20.2'
nav:
- modules/ROOT/nav.adoc
- modules/core/nav.adoc
Expand All @@ -11,6 +11,6 @@ nav:
asciidoc:
attributes:
branch: '7.20'
version: '7.20.0'
version: '7.20.1'
kotlin: '1.8.10'
jdk: '1.8'
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kodein {

add(kodeinTargets.jvm.android) {
main.dependencies {
api(projects.framework.compose.kodeinDiFrameworkComposeAndroid)
api(projects.framework.compose.kodeinDiFrameworkAndroidXCompose)
implementation(libs.android.x.lifecycle.viewmodel.compose)
implementation(libs.android.compose.navigation)
}
Expand All @@ -22,5 +22,5 @@ kodein {

kodeinUpload {
name = "Kodein-Framework-Compose-Android-Navigation"
description = "Kodein extensions for Jetpack Compose Navigation scoped ViewModels"
description = "Kodein extensions for AndroidX navigation scoped ViewModels using Jetpack Compose"
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ kodein {

kodeinUpload {
name = "Kodein-Framework-Compose-Android"
description = "Kodein extensions for Jetpack Compose ViewModels"
description = "Kodein extensions for AndroidX ViewModels using Jetpack Compose"
}
6 changes: 3 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ framework("tfx").include(
)

framework("compose").include(
":framework:compose:kodein-di-framework-compose",
":framework:compose:kodein-di-framework-compose-android",
":framework:compose:kodein-di-framework-compose-android-navigation",
":framework:compose:kodein-di-framework-compose",
":framework:compose:kodein-di-framework-android-x-compose",
":framework:compose:kodein-di-framework-android-x-compose-navigation",
)

0 comments on commit f842685

Please sign in to comment.