I have just created a new multiplatform project wi...
# compose-desktop
m
I have just created a new multiplatform project with the Jetbrains wizard. It uses
libs.versions.toml
to configure the basic libs. I would now like to know how I can keep these versions consistent when I want to use the latest dev-versions of compose and what is the value
compose
actually referring to. See my current attempt inside thread.
👀 1
Copy code
[versions]
agp = "8.2.0"
android-compileSdk = "34"
android-minSdk = "26"
android-targetSdk = "34"
androidx-activityCompose = "1.8.2"
androidx-appcompat = "1.6.1"
androidx-constraintlayout = "2.1.4"
androidx-core-ktx = "1.12.0"
androidx-espresso-core = "3.5.1"
androidx-material = "1.11.0"
androidx-test-junit = "1.1.5"
compose = "1.5.4"
compose-plugin = "1.6.0-dev1397"
junit = "4.13.2"
kotlin = "1.9.22"