kineapps / flutter_archive

Flutter plugin for creating and extracting ZIP files.
https://pub.dev/packages/flutter_archive
BSD 3-Clause "New" or "Revised" License
59 stars 44 forks source link

Gradle namespace #73

Closed TheCarpetMerchant closed 9 months ago

TheCarpetMerchant commented 1 year ago

Please provide the needed adjustments for the use of Gradle 8.

paulocoutinhox commented 1 year ago

Please add the things for Gradle 8.

paulocoutinhox commented 1 year ago

Also, im getting:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':flutter_archive:compileDebugKotlin'.
> 'compileDebugJavaWithJavac' task (current target is 1.8) and 'compileDebugKotlin' task (current target is 17) jvm target compatibility should be set to the same Java version.
  Consider using JVM toolchain: https://kotl.in/gradle/jvm/toolchain
r280822a commented 11 months ago

Try

flutter_archive:
  git:
    url: https://github.com/kineapps/flutter_archive.git

In pubspec.yaml

kinex commented 9 months ago

Fixed in 6.0.0