cfnz / muirwik

Muirwik - a Material UI React wrapper written in Kotlin
Mozilla Public License 2.0
132 stars 25 forks source link

IR Support for version 0.10.1 #83

Open Coneys opened 2 years ago

Coneys commented 2 years ago

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?

cfnz commented 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.

Coneys commented 2 years ago

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?

cfnz commented 2 years ago

Have bumped version to 0.10.2 and deployed again... still might take a couple of hours before it is available.