mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
chore(deps): Kotlin 2.0
This commit is contained in:
parent
55813429b3
commit
b29d51e30e
9 changed files with 40 additions and 33 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue