Hello everyone, is it possible to use Kotlinx.seri...
# kotless
a
Hello everyone, is it possible to use Kotlinx.serialization 1.0 + with Kotless? What is the latest version of io.ktor:ktor-serialization that we can use with
Copy code
implementation("io.kotless", "ktor-lang", "0.1.7-beta-4")
Thanks
t
Right now 0.20.0 :(
a
@TanVD Does Kotless plan on supporting at least 1.0? A lot has changed since 0.20.0, this would allow us to switch to Kotless
t
Yes, we definitely would support it)
a
@TanVD Awesome, thanks for the update I'll keep a close eye on the releases. Is this something we (the community) could help with ? Could we try to migrate it to a newer version of kotlinx.serialization and make a MR ?
t
Unfortunately not :( The problem is that it requires migration to compiler plugin which is WIP right now