Hello, is there a plan for creating an Arrow/Optic...
# arrow
n
Hello, is there a plan for creating an Arrow/Optics version supporting Kotlin/JS/IR as well? Thanks. https://kotlinlang.slack.com/archives/C013BA8EQSE/p1637103637144600
s
Hey @Norbi, Arrow Core/Fx/Optics already support all platforms currently supported by Kotlin. The code generator is currently only working for JVM, but the compiler plugin is already working and is being released in the following weeks. https://github.com/arrow-kt/arrow-meta/tree/main/plugins/optics
We’re currently in the process of testing. (Downloading the gradle-plugin, seeing that it’s correctly applied, all code gets correctly generated for all platforms etc)
n
Sorry, I was not formal enough... I meant the "code generator" for Kotlin/JS/IR.
s
The code generator is currently only working for JVM, but the compiler plugin is already working and is being released in the following weeks.
https://github.com/arrow-kt/arrow-meta/tree/main/plugins/optics
We’re currently in the process of testing.
(Downloading the gradle-plugin, seeing that it’s correctly applied, all code gets correctly generated for all platforms etc)
👍🏻 1
👍 3
🙏 2
n
Last question 🙂 : Is there a ticket where we could track the progress?