https://kotlinlang.org logo
#kotless
Title
# kotless
a

Alexandre Brown

12/12/2020, 2:49 AM
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

TanVD

12/12/2020, 8:22 AM
Right now 0.20.0 :(
a

Alexandre Brown

12/12/2020, 10:26 PM
@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

TanVD

12/13/2020, 3:19 PM
Yes, we definitely would support it)
a

Alexandre Brown

12/13/2020, 3:57 PM
@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

TanVD

12/13/2020, 5:53 PM
Unfortunately not :( The problem is that it requires migration to compiler plugin which is WIP right now
3 Views