What is the difference between `kotlinOptions.jvmT...
# android
a
What is the difference between
kotlinOptions.jvmTarget =1.6 & 1.8
? How is it related to
compileOptions.sourceCompatibility
and
compileOptions.targetCompatibility
? Is
java.lang.VerifyError
related to it being misconfigured?