deepmedia / Grease

Fat AARs for Android, to distribute multiple library modules in a single file with no dependencies, with relocation support.
Apache License 2.0
71 stars 1 forks source link

Failing to compile after applying plugin #1

Closed peppercat10 closed 1 month ago

peppercat10 commented 3 years ago

Hi. I'm trying to use Grease on a default KMM project. Once I apply the plugin and sync, I get the following error:

Caused by: java.lang.NoSuchMethodError: 'org.gradle.api.file.FileCollection com.android.build.gradle.internal.tasks.MergeFileTask.getInputFiles()'

Do you have any idea what might be happening? Thanks

natario1 commented 3 years ago

What gradle version are you using? The plugin is not up to date with dependencies, I'll do this. In the mean time, having the full stacktrace for your error would help!

peppercat10 commented 3 years ago

Gradle version: 7.0.2 Stacktrace: https://gist.github.com/peppercat10/795488d9663082c81f8d8a325e4fd0b6

Thanks for looking into this!

DastanIqbal commented 1 year ago

Facing same issue Caused by: java.lang.NoSuchMethodError: 'org.gradle.api.file.FileCollection com.android.build.gradle.internal.tasks.MergeFileTask.getInputFiles()' at io.deepmedia.tools.grease

natario1 commented 1 month ago

Should be fixed in latest version.