Hey there! Does Jetpack Compose require gradle? We...
# compose
m
Hey there! Does Jetpack Compose require gradle? We are looking at ways to be able to use Compose with a project that uses Soong for one of our shared libraries, but where the Soong version needs to build it from source without gradle.
j
It does not
It's a set of normal libraries and then a compiler plugin which needs added to the compiler plugin classpath when you invoke kotlinc
m
Brilliant, I'll feed that back to our HW team. Thanks a lot @jw!