Grease
Grease copied to clipboard
Failing to compile after applying plugin
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
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!
Gradle version: 7.0.2 Stacktrace: https://gist.github.com/peppercat10/795488d9663082c81f8d8a325e4fd0b6
Thanks for looking into this!
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
Should be fixed in latest version.