jean
09/21/2021, 7:19 AMCould not find io.arrow-kt:arrow-core-iosx64:unspecified
simon.vergauwen
09/21/2021, 7:26 AMiosX64()
is supported by Arrow. The MPP publishing is not so straight forward though.
Can you try 1.0.1-SNAPSHOT
and to see if that resolves?
You’ll need to add this to Gradle too to try it.
allprojects {
repositories {
...
maven(url = "<https://oss.sonatype.org/content/repositories/snapshots/>")
}
jean
09/21/2021, 7:42 AMsimon.vergauwen
09/21/2021, 7:48 AMjean
09/21/2021, 7:57 AM