I found a good tutorial how to make a calendar with Jetpack Compose, for that I created a Compose Empty Activity to implement it.
Since it's for school I can't use only compose to develop my app, my question is if I can have some activites made with compose and others with normal kotlin code and xml?
I was testing it and it keeps crashing when I use an Intent to go from a compose activity to a standard one.
Is there a way to use the two methods? Thank you!