Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Kotlin, Koroutines, Gradle, Formatting #1277

Closed
daniel-lopes-optimizely opened this issue Mar 16, 2023 · 3 comments · Fixed by #1343
Closed

Upgrade Kotlin, Koroutines, Gradle, Formatting #1277

daniel-lopes-optimizely opened this issue Mar 16, 2023 · 3 comments · Fixed by #1343
Assignees
Labels
kotlin Kotlin SDK issues p3 Priority 3

Comments

@daniel-lopes-optimizely
Copy link
Contributor

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.

@daniel-lopes-optimizely
Copy link
Contributor Author

I'm gonna close this ticket, the issue has been solved.

@jkaster
Copy link
Contributor

jkaster commented Jan 25, 2024

Thanks for your contributions to the Kotlin SDK, @daniel-lopes-optimizely. While we're slow to respond sometimes, we really appreciate it.

@daniel-lopes-optimizely
Copy link
Contributor Author

No worries @jkaster I'm quite happy to help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment