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

Kotlin 2.0.0-Beta3 Support #4227

Closed
ZacSweers opened this issue Feb 3, 2024 · 4 comments
Closed

Kotlin 2.0.0-Beta3 Support #4227

ZacSweers opened this issue Feb 3, 2024 · 4 comments
Assignees
Labels
question Not a bug, but question or comment

Comments

@ZacSweers
Copy link

Are there plans to support K2 Beta3? Currently the only available compose-compiler release is Beta1. I found a previous comment that said no Beta2 support would come, but it's on Beta3 now and I haven't seen any update in discussions or VERSIONING.md.

@ZacSweers ZacSweers added bug Something isn't working submitted labels Feb 3, 2024
@ZacSweers
Copy link
Author

Someone pointed me at 1.5.6-dev2-kt2.0.0-Beta3, but I don't know where they found that info 😅

@mahozad
Copy link
Contributor

mahozad commented Feb 4, 2024

How about searching in the jetbrains Compose dev repository :)

@mazunin-v-jb mazunin-v-jb added question Not a bug, but question or comment and removed bug Something isn't working submitted labels Feb 4, 2024
@mgroth0
Copy link

mgroth0 commented Feb 12, 2024

I am reporting an issue I am having with detekt here, because it might require the Compose Multiplatform devs to update the Multiplatform Compose compiler version for Kotlin 2.0.0 Beta3.

As I just mentioned in detekt/detekt#6715 (comment), I cannot run detekt with kotlin 2.0.0 Beta3 and 1.5.6-dev2-kt2.0.0-Beta3. I can compile and execute projects just fine, it is only detekt that fails. Also, detekt does not fail for anything else. Detekt works fine in every case where Compose is not involved, and Compose works in every case where Detekt is not involved. I have created a reproducer in this branch of mine. To reproduce clone that branch and run ./gradlew detekt-test-compose:detektJvmTest.

The android compiler version for Compose that is compatible with Kotlin-2.0.0 Beta3 is called 1.5.9-dev-k2.0.0-Beta3-7c5ec6895a0. I am just observing that the Multiplatform Compiler version is called 1.5.6 and the Android compiler version is called 1.5.9, so I am wondering if maybe the Jetbrains compiler fork just needs to be updated?

@ZacSweers
Copy link
Author

Closing this in favor of #4293 I guess?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Not a bug, but question or comment
Projects
None yet
Development

No branches or pull requests

5 participants