Does Kotlin Native have a function that returns th...
# kotlin-native
n
Does Kotlin Native have a function that returns the Kotlin version as a String?
m
Copy code
KotlinVersion.CURRENT.toString()
?