-
Notifications
You must be signed in to change notification settings - Fork 20
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 support :) #90
Comments
What exactly is blocking K2 migration? |
Hi! |
Bump? Maybe it would be good to consider including KSP support just for one more version? Since Kotlin 2.0.0 is stable now |
We decided not to do so, because it would just add more time for the work that will be dropped anyway. Kotlin 2.0 support will come with the next non-bugfix release |
Hi! We started an KMP project and we are using compose for both iOS/android. This almost eliminates all code changes on iOS side. We had to upgraded project to Kotlin 2.0 because we are using multiple modules in our project. In versions lower than 2.0 resources weren't included correctly in build properly. We need grpc and this library seems like a perfect fit. Is there any estimate when could this be done/released? Any update on this (even inaccurate) would be of great help to us in terms of project planing. Thx! |
Hi, @dpopic-etranet ! 2.0 may be supported in a couple of weeks.
I just want to mention, that we don't support gRPC yet |
I really need this for 2.0.0. Sharing same interface between projects is insanely convenient. But not supporting 2.0.0 makes it impractical to use |
Hello. When will this merge be released? Can't wait to use it. |
Unfortunately we have had to drop
|
@sgammon can you please explain the issue with the core module? In published artifacts it is called |
@sgammon thank you anyway for trying it out and providing feedback. It's sad to hear you have to drop it now, but I hope you may give it a chance when it is more stable. About the other issues: 2.0 is coming next week, and Wasm is planned right after. JS is already supported for the clients |
Great! |
I see this has been successfully merged! :) We'll proceed with this for now. In the meantime, do you have any information or an estimate on when gRPC support might be available? |
gRPC is WIP, no estimates now, it is a huge topic UPD: #176 |
Currently, K2 intellij plugin is in alpha, so it is still isn't "primary" version everyone will migrate to. This issue was created for discussion about supporting Kotlin 2.X.X and Kotlin 1.X.X at the same time, or rather migrate to K2.
My ulterior motive: k2 supoprt when? :)
The text was updated successfully, but these errors were encountered: