ui/common/build.gradle.kts
changeset 51 d69bdf1ad491
parent 40 6b18c51a9789
child 55 0310a4e8f810
equal deleted inserted replaced
50:baa92ecc2001 51:d69bdf1ad491
    61             implementation(compose.runtime)
    61             implementation(compose.runtime)
    62         }
    62         }
    63 
    63 
    64         androidMain.dependencies {
    64         androidMain.dependencies {
    65             api(libs.androidx.activity)
    65             api(libs.androidx.activity)
       
    66             implementation(libs.androidx.activity.compose)
    66             api(libs.geekdroid)
    67             api(libs.geekdroid)
    67         }
    68         }
    68     }
    69     }
    69 }
    70 }
    70 
    71