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
gildor
01/22/2018, 1:19 AM
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