Does anyone know if I can build an activity/fragme...
# compose
m
Does anyone know if I can build an activity/fragment in a library using compose (along with the appropriate gradle plugin, etc….), and bring it into an application that’s built with an older version of the AGP? I would think so long as the versions of the kotlin runtime and jetpack libraries are compatible, things should just work. UPDATE: I answered my own question and it is possible as i suspected it would be.
K 1