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
simon.vergauwen
11/17/2021, 10:47 AM
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
Norbi
11/17/2021, 10:48 AM
Sorry, I was not formal enough... I meant the "code generator" for Kotlin/JS/IR.
s
simon.vergauwen
11/17/2021, 10:49 AM
The code generator is currently only working for JVM, but the compiler plugin is already working and is being released in the following weeks.