Implement core:config module

This commit is contained in:
Shcherbatykh Oleg
2026-02-18 14:02:04 +03:00
parent 341d128099
commit 705b689c58
30 changed files with 392 additions and 41 deletions

View File

@@ -30,7 +30,6 @@ android {
jvmTarget = jvm.toString()
}
}
dependencies {
implementation(libs.core.ktx)
implementation(libs.androidx.appcompat)