i'm having an issue when importing my module as a lib to my main project.
My main project is in Java, and my module is made with Jetpack Compose.
I need that when the user click a button in the java app, it open an activity in the Compose Module.
But when I call the activity from the module, that error occurs:
Anyone knows what i have to do? Please help