Im having an odd issues trying to get composables ...
# compose
j
Im having an odd issues trying to get composables to work with my fragment app. When trying to run my application I get this error.
java.lang.IllegalStateException: Inline class has no primary constructor: androidx.compose.ui.semantics.Role
. Is anyone familiar with what this could be ?