Open Coneys opened 2 years ago
Have updated the current version, might take a few hours for it to replicate to maven central, or I might need to bump the version numbers... will wait and see if it is needed.
Unfortunately issue is still the same. I did refresh gradle cache, but still it cannot find IR value
No matching variant of com.ccfraser.muirwik:muirwik-components:0.10.1 was found. The consumer was configured to find a usage of 'kotlin-runtime' of a library, 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'
Could you bump version?
Have bumped version to 0.10.2 and deployed again... still might take a couple of hours before it is available.
Hello! Thanks for this amazing library, it really makes frontend development in Kotlin better ;) Because of compatibility issues we had to switch to IR backend, but I think that latest version of muirwik wasn't publish with IR version:
No matching variant of com.ccfraser.muirwik:muirwik-components:0.10.1 was found. The consumer was configured to find a usage of 'kotlin-runtime' of a library, 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:
Is this possible to reupload, or upload next version with IR backend?