feat(core/preference): Add Darwin implementation

Yoinked from my college final project
This commit is contained in:
Ahmad Ansori Palembani 2024-08-08 07:48:57 +07:00
parent 97417d175f
commit 93962b2649
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
4 changed files with 227 additions and 2 deletions

View file

@ -8,6 +8,9 @@ plugins {
kotlin {
androidTarget()
iosX64()
iosArm64()
iosSimulatorArm64()
applyDefaultHierarchyTemplate()
@ -20,6 +23,8 @@ kotlin {
}
androidMain {
}
iosMain {
}
}
}