InsertKoinIO / koin-annotations

Koin Annotations - About Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform insert-koin.io
https://insert-koin.io
Apache License 2.0
154 stars 40 forks source link

JS support #89

Closed NorbertSandor closed 1 year ago

NorbertSandor commented 1 year ago

I tried to use koin with js target but it does not work, there exists no js build of the library. In the source code I found the related targets commented out with the remark:

Array in Annotations not yet supported :\

May I ask what it means and when can we expect js support?

arnaudgiuliani commented 1 year ago

Js target is not yet active, because kotlin annotations array properties are not yet compatible with js. Need to check with Kotlin team.

NorbertSandor commented 1 year ago

Thanks for the info, maybe is there a KT issue we can follow or vote for?

arnaudgiuliani commented 1 year ago

if find it, please post it. else I need to dig into it 👍

NorbertSandor commented 1 year ago

I haven't found any related (open) issue, but maybe I have just overlooked...

arnaudgiuliani commented 1 year ago

need to try with the latest Kotlin 1.9.x or 2.0

arnaudgiuliani commented 1 year ago

fixed in 1.3.0

NorbertSandor commented 1 year ago

(Can we expect the 1.3.0 release anytime soon? :) )

arnaudgiuliani commented 1 year ago

this week or next week 👍