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