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

Support iosSimulatorArm64

jeremyKim opened this issue · comments

Hi.
I wrote test code in commonMainTest directory and tried to test on iosSimulator.
But I met error like below.
It seems like ktoml does not support iosSimulator yet.

Do you have any plan to support simulator?
I would appreciate if you could teach me any workaround.

iosSimulatorArm64Main: Could not resolve com.akuleshov7:ktoml-core:0.4.1
iosSimulatorArm64Test: Could not resolve com.akuleshov7:ktoml-core:0.4.1.

That's a one line change, @jeremyKim 😄
(If this target is supported by kotlin)

@akuleshov7 Thank you for your quick response. I really appreciate it :)