How do i setup kotlin 2.0 on android studio?
# android-studio
c
How do i setup kotlin 2.0 on android studio?
m
Recent kotlin versions are a gradle plugin now, so the version is determined by your build.gradle.kts files. I suggest you use the "New Project" button, select a simple template and take a look at the gradle files it produces. BTW kotlin is up to 2.1.0 now.