add mpcore module, settings screen done

This commit is contained in:
2024-01-03 00:35:39 +04:00
parent d078c200fa
commit b093674b6e
32 changed files with 602 additions and 66 deletions
+2
View File
@@ -1,5 +1,6 @@
[versions]
agp = "8.1.2"
compose-settings-ui-m3 = "1.0.3"
junit-junit = "4.13.2"
kotlin = "1.9.21"
core-ktx = "1.12.0"
@@ -18,6 +19,7 @@ room = "2.6.1"
voyager = "1.0.0"
[libraries]
compose-settings-ui-m3 = { module = "com.github.alorma:compose-settings-ui-m3", version.ref = "compose-settings-ui-m3" }
core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext-junit" }