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

Skiko is still using Kotlin 1.8.20 #791

Open
kirill-grouchnikov opened this issue Aug 14, 2023 · 6 comments
Open

Skiko is still using Kotlin 1.8.20 #791

kirill-grouchnikov opened this issue Aug 14, 2023 · 6 comments
Labels
question Further information is requested

Comments

@kirill-grouchnikov
Copy link
Contributor

See https://github.com/JetBrains/skiko/blob/master/skiko/build.gradle.kts#L11

Can this be upgraded to 1.9.0 to match the latest in compose-multiplatform 1.5.0 beta 2?

@kirill-grouchnikov
Copy link
Contributor Author

Also coroutines dependency is 1.5.2 while the latest is 1.7.3

@dima-avdeev-jb
Copy link
Contributor

This is because we want to support usage of older Kotlin versions (like 1.8.21) with Compose 1.5.0 as well.

Probably, we could update Kotlin version in Skiko after release of Compose 1.5.0

@kirill-grouchnikov
Why do you need Kotlin 1.9.0 in Skiko?

@dima-avdeev-jb dima-avdeev-jb added enhancement New feature or request question Further information is requested and removed enhancement New feature or request labels Aug 15, 2023
@pkulikowski
Copy link

One example from my side for wanting Kotlin 1.9.+ is that it is required in order to use XCode 15.

@dima-avdeev-jb
Copy link
Contributor

Yes, Xcode15 works better with Kotlin 1.9.10
But there are workaround described here:
https://youtrack.jetbrains.com/issue/KT-60230

@chaserunner
Copy link

Skiko is very hard to combine with other libraries we use, coroutines as an example.

@dima-avdeev-jb
Copy link
Contributor

@chaserunner

Skiko is very hard to combine with other libraries we use, coroutines as an example.

Is it related with Kotlin version ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants