Eric Ampire
Eric Ampire
Hey folks, what's the equivalent of `LottieAnimationView.performanceTracker` in Jetpack Compose in order to be able to display the render graph ? 
- [x] I solemnly swear that this is all original content of which I am the original author - [x] Pull request title is prepended with `[language/lang-code]` - [x] Pull...
Hello folks, I don't know exactly why I'm having this issue, I'm targeting the API 33 ```kotlin val videoStrategy = DefaultVideoStrategy.Builder() .addResizer(AspectRatioResizer(1f)) .build() val uri = File(filePath).getUriFromFile(requireActivity()) val source =...
I've juste update to 1.0.0-rc07, and everytime I compile on ios it's crashing with the following error message ``` > Could not resolve all files for configuration ':core-common:iosSimulatorArm64CompileKlibraries'. > Could...
I have noticed that epoxy throws this exception when the model use the data class with kotlin 1.5.10 and 1.5.0 ``` java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.hashCode()' on...