I've just updated kotlin in my project to 1.2.20 (...
# android
g
I've just updated kotlin in my project to 1.2.20 (it used to be 1.1.51, the default for new projects in AS) - should I change my dependency from stdlib-jre7 to stdlib-jdk7 ? and should I even upgrade to Kotlin 1.2 in the first place ?
g
You can change, jre7 works, but jdk7 is just new naming and in future releases jre* artifact probably will not be available Yes, why not? Kotlin 1.2 provides a lot of fixes, improvements and some new features