mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
feat(core/preference): Add Darwin implementation
Yoinked from my college final project
This commit is contained in:
parent
97417d175f
commit
93962b2649
4 changed files with 227 additions and 2 deletions
|
@ -8,6 +8,9 @@ plugins {
|
|||
|
||||
kotlin {
|
||||
androidTarget()
|
||||
iosX64()
|
||||
iosArm64()
|
||||
iosSimulatorArm64()
|
||||
|
||||
applyDefaultHierarchyTemplate()
|
||||
|
||||
|
@ -20,6 +23,8 @@ kotlin {
|
|||
}
|
||||
androidMain {
|
||||
}
|
||||
iosMain {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue