https://kotlinlang.org logo
#compose
Title
# compose
v

voddan

11/03/2019, 6:48 PM
Can I use intelij with some version of Android plugin to compile Compose insisted of Android Studio?
l

Leland Richardson [G]

11/03/2019, 10:53 PM
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
v

voddan

11/04/2019, 7:10 AM
Thanks!
3 Views