Is there any way to get kotlin stdlib version at r...
# announcements
l
Is there any way to get kotlin stdlib version at runtime? Does it have some constant with the version number?
d
KotlinVersion.CURRENT
👍 2