Hi, found a bug in the latest version with libs ca...
# kotlin-toolchain
r
Hi, found a bug in the latest version with libs catalog When I have an entry split in group and name, but without version is not taken, with module or version explicit works as expected
Copy code
// output
No catalog value for the key libs.sentry.kt
No catalog value for the key libs.sentry.android
No catalog value for the key libs.sentry.compose.android
No catalog value for the key libs.sentry.ktor.client
Version 1.9.4 of dependency androidx.compose.ui:ui taken from BOM is overridden, the actual version is 1.9.5.

// gradle/libs.versions.toml
sentry-bom = { group = "io.sentry", name = "sentry-bom", version.ref = "sentry-bom" }
sentry-kotlin-multiplatform = { module = "io.sentry:sentry-kotlin-multiplatform", version.ref = "sentry-kotlin-multiplatform" }
sentry-kt = { group = "io.sentry", name = "sentry-kotlin-extensions" }
sentry-android = { group = "io.sentry", name = "sentry-android-core" }
sentry-compose-android = { group = "io.sentry", name = "sentry-compose-android" }
sentry-ktor-client = { group = "io.sentry", name ="sentry-ktor-client" }

compose-bom = { module = "androidx.compose:compose-bom", version.ref = "compose-bom" }
compose-ui = { module = "androidx.compose.ui:ui" }

// versions
JetBrains Amper version 0.9.1 (7164273, 2025-11-28)

IntelliJ IDEA 2025.3 RC2
Build #IU-253.28294.325, built on December 4, 2025
Source revision: 6053cadb341e3
Kotlin: 253.28294.325-IJ
a
Hi there! Thanks for reporting! I've created a youtrack AMPER-4946 using your report if you don't mind
🙏 1
kodee loving 1