I am getting some weird kotlin compiler internal e...
# compose
d
I am getting some weird kotlin compiler internal error exception while compiling specific
rc02
-based composable. It says it can't inline
Box$default
. Is this some known bug or should I report it? Exception: https://gist.github.com/dimsuz/99c94126807cfa6ca1dc515228a8913a
Turns out I forgot to add
buildFeatures.compose = true
to the
build.gradle
. Still the error could be friendlier 😉