Icaro Temponi
10/24/2019, 1:19 PMCaused by: java.lang.AssertionError: IR backend shouldn't call KotlinTypeMapper.mapType: AppMain
Well that's sad, just when I was trying to add Compose to an existing app to be the first to use it at production, I get this with 3 different versions of Kotlin, looks like Play Store will be compose free for some more time 🧌.
PS: Fixed by commenting the following lines:
buildFeatures {
compose = true
}
kioba
10/24/2019, 1:48 PM