Skip to content

Instantly share code, notes, and snippets.

@sasssass
Last active June 17, 2024 07:23
Show Gist options
  • Save sasssass/2940a42d9781e1ca67076af96d92ddee to your computer and use it in GitHub Desktop.
Save sasssass/2940a42d9781e1ca67076af96d92ddee to your computer and use it in GitHub Desktop.
lib.versions.toml
[versions]
navigationCompose = "2.7.7"
symbolProcessing = "2.0.0-1.0.21"
kotlinpoet = "1.16.0"
[libraries]
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
symbol-processing = { group = "com.google.devtools.ksp" , name = "symbol-processing-api", version.ref = "symbolProcessing"}
kotlinpoet = { group = "com.squareup" , name = "kotlinpoet-ksp" , version.ref = "kotlinpoet"}
[plugins]
ksp = { id = "com.google.devtools.ksp" , version.ref = "ksp"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment