Failing Flutter Android Build Because of JDK / compileOptions
I'm building a Flutter app and using Fastlane. In the build.gradle file, compile options were added like this: android { namespace = "com.jasonholtdigital.mythicgme2e" compileSdk = 35 ndkVersion = "27.1.12297006" compileOptions { sourceCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17 } kotlinOptions {…