In the recent IntelliJ 2024.3 the Kotlin K2 mode i...
# android-studio
p
In the recent IntelliJ 2024.3 the Kotlin K2 mode is now stable. Can we expect this also soon for Android Studio?
c
i can enable it in meerkat canary 2
p
Nice, and can you share your experience on how stable is Android Studio Meerkat?
j
I have problems with K2 and I’m switching back to K1 for now. There is no or no good code completion. For example in a coroutine type
delay(10.)
after the dot i type control+shift+space and I’m expecting .toDuration() as the top result and more functions that also return Long. Works like that on K1.
c
yeah. looks like in that same thread. the AS project lead said that he doesn't recommend enabling it yet. so. i guess keep it off.
2