-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Labels
Description
Hi everyone,
I would like to upgrade the Gradle, Kotlin and Kotlin Coroutine libraries in the Kotlin SDK, so to make it more compatible in projects using later versions of Kotlin and are using more stable versions of kotlin coroutines.
I have a branch that I started working on, just to get a sense of what was required.
I also upgraded the the klint plugin because it would not support an older version of ktlint and I replaced the ktlint plugin to one that was able to format the kotlin code so I did not have to manually change every single new violation after ktlint rules suddenly changed.
Let me know if this is something we can advance with soon, and what other issues you need me to clarify.