Which implementation should we use in gradle, jdk7...
# android
s
Which implementation should we use in gradle, jdk7 or jdk8?
Copy code
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Is there support for higher versions?
đźš« 1
s
I only use the jdk8 one and haven’t had any issues
s
ok thanks, I'll use jdk8. jdk7 is the default provided by android studio conversion
s
Jdk8 is best for Kotlin as far I am using