Hi everyone, I seem to be getting this error when ...
# android
u
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
make sure compose is setup properly in your project
it’s not getting the compose compiler I think
👍 1