umair13adil / flutter_logs

An extensive logging framework developed for flutter apps.
https://itnext.io/sending-logs-from-flutter-apps-in-real-time-using-elk-stack-mqtt-c24fa0cb9802
Apache License 2.0
39 stars 28 forks source link

Android add2app scenario failing (jvm kotlin-java inconsistent) #69

Open ced1check opened 2 months ago

ced1check commented 2 months ago

Starting with 2.1.12, the plugin cannot integrate an add2app scenario in Android because kotlin version mismatch java version.

This is fixed in PR #72

thq919 commented 1 month ago

Execution failed for task ':flutter_logs:compileDebugJavaWithJavac'.

error: invalid source release: 17

above error i get without that PR, with that PR build successful