You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to throw a bunch of these errors for each target I have.
Caused by: org.gradle.internal.component.NoMatchingConfigurationSelectionException: No matching variant of io.mcarle:konvert-api:2.3.0 was found. The consumer was configured to find a library for use during 'kotlin-api', preferably optimized for non-jvm, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'js', attribute 'org.jetbrains.kotlin.js.compiler' with value 'ir' but:
The text was updated successfully, but these errors were encountered:
MV-GH
changed the title
How to se with Kotlin Multiplatform?
How to use with Kotlin Multiplatform?
Oct 13, 2023
#26 after changing JDK to 17 it builds. But I can only use it Kotlin/jvm. Since this is a pure Kotlin library could you add commonMain target for Kotlin multiplatform
I have not yet informed myself about KMP very much, therefore I have no idea what is needed and where I may be bound to JVM at the moment. In general you are probably right, Konvert does not need to depend on JVM.
I can't seem to get it work with KMP.
It seems to throw a bunch of these errors for each target I have.
The text was updated successfully, but these errors were encountered: