Closed RezMike closed 3 years ago
I think it's because jitpack builds artifacts only for Linux+js+jvm, but not for mac and windows. It will be fixed when I move to maven central or something similar and build for all platforms
But you can build it yourself to maven local for all needed platforms
@RezMike It should be fixed in 1.0.0-alpha5. It's now published to maven central (gradle plugin published to gradle plugin repo). Check release notes, there're a lot of changes since alpha2 Please let me know if it works
@sergeshustoff thank you for the information, I will try new version when I have time
Tried to use in iOS sample, seems it works
I'm trying to use dikt in Kotlin Multiplatform Mobile project. But gradle shows this error during sync when I add dikt-runtime library:
I suppose it's because of the lack of support for android and ios targets.