Luke Herbold
Luke Herbold
In my tests, downgrading to 0.4.3 made the initial webpack builds much slower - so that wasn't an option, unfortunately. Removing the `target.hasOwnProperty()` check from `backend.js` also didn't work -...
I was able to fix this issue by adding this to my app/build.gradle. Basically replacing the non-compliant android lame dependency for this fork: https://github.com/kaushik-naik/TAndroidLame/pull/1 ``` configurations.all { resolutionStrategy.dependencySubstitution { substitute(module('com.github.banketree:AndroidLame-kotlin'))...