Nicholas Doglio
08/04/2021, 6:36 PMCaused by: org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Couldn't inline method call 'Row$default' into
@androidx.compose.runtime.Composable public fun Error(): kotlin.Unit
Possible related issue: https://issuetracker.google.com/issues/189138228
Working with Compose in a small sandbox app works fine but as soon as I try to integrate it into our main app I get the above error when using any Composable that’s an inline function (Row
and Column
for example)
We started playing with Compose during the first RC and have seen it since then and continue to see it in todays 1.0.1 releaseMichael Torres
10/28/2021, 4:55 AM1.0.4
. Have you had any luck finding a solution?Nicholas Doglio
10/28/2021, 2:12 PMallprojects
block but after we moved to enabling it on a per module basis it went away 🤷♀️Michael Torres
10/28/2021, 2:55 PM