feat: Composable Data and storage Settings

This commit is contained in:
Ahmad Ansori Palembani 2024-06-10 12:23:53 +07:00
parent b2b93d6d50
commit 9d0cefa11f
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
18 changed files with 748 additions and 429 deletions

View file

@ -148,6 +148,7 @@ android {
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
isCoreLibraryDesugaringEnabled = true
}
kotlinOptions {
jvmTarget = "17"
@ -295,6 +296,8 @@ dependencies {
implementation(kotlinx.immutable)
"coreLibraryDesugaring"(libs.desugar)
// Tests
testImplementation(libs.bundles.test)
testRuntimeOnly(libs.bundles.test.runtime)