DEV Community

Discussion on: Introduction to the Compose Snapshot system

Collapse
 
cjbrooks12 profile image
Casey Brooks

This article just blew my mind, I had no idea all this stuff is happening under the hood! It's so well explained here, I've got so many ideas of where this snapshot API could be used in some of my open source work!

One question though, what Gradle dependency would I need to play around with this API? Or, do you have a sample repo with the Gradle setup and some of these examples?

Collapse
 
zachklipp profile image
Zach Klippenstein

It’s all in the compose runtime artifact. But you don’t need to enable the compose compiler to use the snapshot apis. That’s a good question, I’ll add this information to the post directly.

Collapse
 
zachklipp profile image
Zach Klippenstein

Done!