basic empty compose app
This commit is contained in:
parent
6b716afb62
commit
8ae7995a96
3 changed files with 26 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
[versions]
|
||||
activityCompose = "1.10.1"
|
||||
agp = "8.9.2"
|
||||
kotlin = "2.0.21"
|
||||
coreKtx = "1.16.0"
|
||||
|
|
@ -9,6 +10,7 @@ appcompat = "1.7.0"
|
|||
material = "1.12.0"
|
||||
|
||||
[libraries]
|
||||
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }
|
||||
androidx-adaptive = { module = "androidx.compose.material3.adaptive:adaptive" }
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
androidx-material-icons-core = { module = "androidx.compose.material:material-icons-core" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue