I'm trying to open my android project in intellij ...
# android
c
I'm trying to open my android project in intellij for the first time ever. Upon opening I'm greeted with
"Cannot convert string value 'JETPACK_COMPOSE' to an enum value of type 'com.android.builder.model.AndroidGradlePluginProjectFlags$BooleanFlag' (valid case insensitive values: APPLICATION_R_CLASS_CONSTANT_IDS, TEST_R_CLASS_CONSTANT_IDS, TRANSITIVE_R_CLASS)"
What's funny is that I don't use jetpack compose at all. Should I report this to the compose team? How do I get around it for now?