Skip to content

Instantly share code, notes, and snippets.

@shorthouse
Created January 31, 2025 20:39
Show Gist options
  • Save shorthouse/66ca4e96086a7f9e2bc6a2fcfcf99677 to your computer and use it in GitHub Desktop.
Save shorthouse/66ca4e96086a7f9e2bc6a2fcfcf99677 to your computer and use it in GitHub Desktop.
[versions]
room = "2.7.0-alpha13"
ksp = "2.1.10-1.0.29"
sqlite = "2.4.0"
koin = "4.0.0"
[libraries]
androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" }
androidx-room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" }
sqlite-bundled = { module = "androidx.sqlite:sqlite-bundled", version.ref = "sqlite" }
koin-android = { module = "io.insert-koin:koin-android", version.ref = "koin" }
koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" }
koin-compose = { module = "io.insert-koin:koin-compose", version.ref = "koin" }
koin-compose-viewmodel = { module = "io.insert-koin:koin-compose-viewmodel", version.ref = "koin" }
[plugins]
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
room = { id = "androidx.room", version.ref = "room" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment