add native platforms support

This commit is contained in:
2022-09-12 15:44:59 +06:00
parent 7a1d934dab
commit 0b142c7ff9
10 changed files with 42 additions and 0 deletions

View File

@@ -47,6 +47,12 @@ kotlin {
android {
publishAllLibraryVariants()
}
linuxArm64()
linuxArm32Hfp()
linuxX64()
wasm32()
mingwX64()
mingwX86()
sourceSets {
commonMain {