I’m trying to figure out which version of Kotlin m...
# android
u
I’m trying to figure out which version of Kotlin my compiler using. Is there a way I can find this out?
d
9fc35e59: You should just be able to look at your gradle file and see what it says, ie.
ext.kotlin_version = '1.1.2-5'
u
Got it, Derek. Found that I’m running 1.1.3. Thank you.
👍 1