agrosner
04/04/2018, 1:06 PM: org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Couldn't inline method call 'animatorListener' into
local final fun (com.airbnb.lottie.LottieAnimationView..com.airbnb.lottie.LottieAnimationView?).<anonymous>(): kotlin.Unit defined in xx.xx.xx
then a whole bytecode stacktrace with the root cause:
The root cause was thrown at: MethodInliner.kt:715
at org.jetbrains.kotlin.codegen.inline.InlineCodegen.throwCompilationException(InlineCodegen.kt:135)
it appears something jacoco is doing to the bytecode
removing the inline
modifier on the method makes it work fine