add support of linuxArm64 target

This commit is contained in:
2023-10-20 21:53:27 +06:00
parent 8281259179
commit b8c7e581a1
38 changed files with 394 additions and 28 deletions

View File

@@ -10,7 +10,6 @@ kotlin {
commonMain {
dependencies {
api libs.koin
api libs.kt.serialization
api libs.kslog
api libs.kt.reflect
api project(":micro_utils.coroutines")