Merlin Famula
Merlin Famula
Same problem here
Thanks for your response. Issue still there with: `compileSdkVersion 34 ndkVersion flutter.ndkVersion compileOptions { sourceCompatibility JavaVersion.VERSION_17 targetCompatibility JavaVersion.VERSION_17 } kotlinOptions { jvmTarget = '1.8' }`
ok, thanks. i think the problem was an overridden transitive dependency of package_info_plus (overriden to 4.2.0). But that justs switched the problem to package_info_plus: Execution failed for task ':package_info_plus:compileReleaseJavaWithJavac'. error:...
For me the problem is solved exacly as dexcibed here.. If u depend on package_info_plus too and have issue with it have a look at [package_info_plus changelog](https://pub.dev/packages/package_info_plus/changelog) there are some...