Skip to content

Instantly share code, notes, and snippets.

@saravr
saravr / compose-starter.txt
Last active November 16, 2024 19:38
Compose starter template
Typical additions on top of the Android Studio Jetpack Compose template.
Root gradle
===========
plugins {
id("com.google.dagger.hilt.android") version "2.51.1" apply false
}
Module gradle