chore(deps): Kotlin 2.0

This commit is contained in:
Ahmad Ansori Palembani 2024-06-23 08:18:24 +07:00
parent 55813429b3
commit b29d51e30e
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
9 changed files with 40 additions and 33 deletions

View file

@ -1,16 +1,16 @@
[versions]
compose = "1.6.7"
compose-compiler = "1.5.14"
compose-bom = "2024.06.00"
[libraries]
animation = { module = "androidx.compose.animation:animation", version.ref = "compose" }
foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
bom = { module = "androidx.compose:compose-bom", version.ref = "compose-bom" }
animation = { module = "androidx.compose.animation:animation" }
foundation = { module = "androidx.compose.foundation:foundation" }
material3 = { module = "androidx.compose.material3:material3", version = "1.3.0-beta02" }
material-motion = { module = "io.github.fornewid:material-motion-compose-core", version = "1.0.7" }
ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }
icons = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
ui = { module = "androidx.compose.ui:ui" }
ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
icons = { module = "androidx.compose.material:material-icons-extended" }
[bundles]
compose = [ "animation", "foundation", "material3", "material-motion", "ui", "ui-tooling-preview", "icons" ]