akuleshov7 / ktoml

Kotlin Multiplatform parser and compile-time serializer/deserializer for TOML format (Native, JS, JVM) based on KxS

Home Page:https://akuleshov7.github.io/ktoml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add native target: iOS

Wavesonics opened this issue · comments

Should be as easy as adding the common target ios(), unless you don't have HMPP enabled, in which case the more specific targets:

iosArm32
iosArm64
iosX64 
iosSimulatorArm64

Should be solved by #148