juliansteenbakker / mobile_scanner

A universal scanner for Flutter based on MLKit. Uses CameraX on Android and AVFoundation on iOS.
BSD 3-Clause "New" or "Revised" License
744 stars 444 forks source link

JVM Version 17? #992

Closed bakboem closed 1 month ago

bakboem commented 1 month ago
kotlinOptions {
    jvmTarget = '17'
}
navaronbracke commented 1 month ago

Could you clarify what you mean? If this is about the requirement for Java 17 / Android target SDK 34, that is mentioned in the changelog.