I am trying to configure jetpack compose for an existing project. I have upgraded my Kotlin version to 2.0.0 and have completed the configuration following every single step in the official documentation:
https://developer.android.com/develop/ui/compose/compiler
I haven't done anything else other that what is indicated in the aforementioned documentation page.
However, I still cannot import or use @Composable or any other jetpack compose features. Does this mean that I still need to go back to the main Jetpack compose page and list all the dependencies manually myself? (
https://developer.android.com/develop/ui/compose/setup#setup-compose).
That page is confusing because it states that it is recommended to follow the guide that I have provided in link #1, but it doesn't state up to which point?