you can to some degree…
basically there is some gradle configuration that you would need to provide to an EAP version of kotlin and things would compile properly, but you wouldn’t get compose-specific errors surfaced in the IDE
Basically it’s not something I’d recommend but if you really need to you can get it set up. Once things are more stable, we might provide a guide to do this. Right now you could dive into the source for AGP and look at what the flag
compose = true
triggers