| | |
| | | implementation libs.androidx.ui.graphics |
| | | implementation libs.androidx.ui.tooling.preview |
| | | implementation libs.androidx.material3 |
| | | implementation libs.netty.all |
| | | testImplementation libs.junit |
| | | androidTestImplementation libs.androidx.junit |
| | | androidTestImplementation libs.androidx.espresso.core |
| | |
| | | lifecycleRuntimeKtx = "2.6.1" |
| | | activityCompose = "1.8.0" |
| | | composeBom = "2024.04.01" |
| | | netty = "4.1.48.Final" |
| | | |
| | | [libraries] |
| | | androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } |
| | |
| | | androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" } |
| | | androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" } |
| | | androidx-material3 = { group = "androidx.compose.material3", name = "material3" } |
| | | netty-all = { group = "io.netty", name = "netty-all", version.ref = "netty" } |
| | | |
| | | [plugins] |
| | | android-application = { id = "com.android.application", version.ref = "agp" } |