I'm trying to setup IDEA Ultimate for Android development. Using the Android plugin and downgrading the AGP version sets me up for compiling, executing and using the tools that I need like the Layout Inspector.
However, despite also having the Jetpack Compose IDE plugin, I can't get the IDE to detect
@Preview
functions and allow me to display the preview panel. Is there any checkbox/config that I need to modify to get previews working?