ui/common/build.gradle.kts
changeset 55 0310a4e8f810
parent 51 d69bdf1ad491
child 62 e9663e1763b0
equal deleted inserted replaced
54:3377ea7d1f03 55:0310a4e8f810
    54     }
    54     }
    55 
    55 
    56     sourceSets {
    56     sourceSets {
    57         commonMain.dependencies {
    57         commonMain.dependencies {
    58             implementation(project(":core"))
    58             implementation(project(":core"))
       
    59             api(libs.org.jetbrains.androidx.lifecycle.runtime.compose)
    59             api(libs.org.jetbrains.androidx.lifecycle.viewmodel)
    60             api(libs.org.jetbrains.androidx.lifecycle.viewmodel)
    60             api(compose.components.resources)
    61             api(compose.components.resources)
    61             implementation(compose.runtime)
    62             implementation(compose.runtime)
    62         }
    63         }
    63 
    64