Skip to content

Commit

Permalink
Add lifecycle dependency to mpp demo
Browse files Browse the repository at this point in the history
  • Loading branch information
MatkovIvan committed Mar 16, 2024
1 parent 5184652 commit 58a4e0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compose/mpp/demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ kotlin {
implementation(project(":compose:ui:ui"))
implementation(project(":compose:ui:ui-graphics"))
implementation(project(":compose:ui:ui-text"))
implementation(project(":lifecycle:lifecycle-common"))
implementation(project(":lifecycle:lifecycle-runtime"))
implementation(libs.kotlinStdlib)
implementation(libs.kotlinCoroutinesCore)
api(libs.kotlinSerializationCore)
Expand All @@ -175,6 +177,7 @@ kotlin {
val desktopMain by getting {
dependsOn(skikoMain)
dependencies {
implementation(libs.kotlinCoroutinesSwing)
implementation(libs.skikoCurrentOs)
implementation(project(":compose:desktop:desktop"))
}
Expand Down

0 comments on commit 58a4e0d

Please sign in to comment.