Skip to content

Commit

Permalink
Replace kmp-common by KMPKit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweener committed Dec 18, 2024
1 parent b8390ad commit ee392ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions changehere/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ kotlin {
implementation(libs.android.annotations)

// Tweener
implementation(project.dependencies.platform(libs.tweener.bom))
implementation(libs.tweener.common)
implementation(libs.tweener.kmpkit)

// Coroutines
implementation(libs.kotlin.coroutines.core)
Expand Down
5 changes: 2 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ napier = "2.7.1"
composeMultiplatform = "1.7.1"

# Tweener
tweenerBom = "2.2.1"
tweenerKmpKit = "0.1.1"

# Android
androidCore = "1.15.0"
Expand All @@ -21,8 +21,7 @@ napier = { group = "io.github.aakira", name = "napier", version.ref = "napier" }
compose-multiplatform-material3 = { group = "org.jetbrains.compose.material3", name = "material3", version.ref = "composeMultiplatform" }

# Tweener
tweener-bom = { group = "io.github.tweener", name = "kmp-bom", version.ref = "tweenerBom" }
tweener-common = { group = "io.github.tweener", name = "kmp-common" }
tweener-kmpkit = { group = "io.github.tweener", name = "kmpkit", version.ref = "tweenerKmpKit" }

# Coroutines
kotlin-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "coroutines" }
Expand Down
3 changes: 1 addition & 2 deletions sample/composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ kotlin {
api(project(":changehere"))

// Tweener
implementation(project.dependencies.platform(libs.tweener.bom))
implementation(libs.tweener.common)
implementation(libs.tweener.kmpkit)

// Compose
implementation(compose.runtime)
Expand Down

0 comments on commit ee392ed

Please sign in to comment.