I'm using compose alpha 11 and AS canary 5. All compose compile configuration is inside the app/build.gradle. Compose dependencies are there, too. It's not any different than a single module project, as no module other than app is using compose.
You could start with a single module app, add compose to the app module and then add other modules. This is my setup.