I’m building an app with minSdk 23 but also have kotlin compile options set to target jvm 1.8. I see now that sdk 23 does not support jvm 1.8, so I’m left with a choice between increasing minSdk to 24 or lowering compile target to 1.6. What are the obvious drawbacks of targeting 1.6 (for a kotlin-only app)? Anything else I should be considering?
Mark
10/11/2019, 6:38 AM
Hmm, actually it seems it does work, it’s just that I wasn’t using: