Hi everyone, I seem to be getting this error when trying to build my project:
Copy code
org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Couldn't inline method call '<get-current>' into
public val DsColors: com.iamutkarshtiwari.ds.theme.DsColorPalette defined in com.iamutkarshtiwari.ds.theme in file DsTheme.kt
val DsColors: DsColorPalette
@Composable
get() = AmbientDsColor.current
Cause: Not generated
Any ideas what went wrong?
a
allan.conda
02/16/2021, 5:40 AM
make sure compose is setup properly in your project