Skip to content

Commit

Permalink
Fix a bug that jetBrainsAndroidx is not configurable in `CommonVers…
Browse files Browse the repository at this point in the history
…ions`
  • Loading branch information
ShreckYe committed Jan 5, 2025
1 parent 76346c2 commit 9bc8150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/VersionsAndDependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val alignedPluginVersion = "0.9.0-SNAPSHOT"

// "x.y.z" indicates the version of the way of organizing the code,
// and the date indicates the version when the dependency versions are updated.
val commonGradleDependenciesVersion = "0.9.0-20241203-SNAPSHOT"
val commonGradleDependenciesVersion = "0.10.0-20241203-SNAPSHOT"

// This is the source dependency version. There is another build source dependency in "buildSrc/build.gradle.kts".
val pluginProjectSourceDependencyStableCommonGradleDependenciesVersion = "0.9.0-20241203".apply {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class CommonVersions(
val kotlinxIo: String = "0.6.0",
val exposed: String = "0.56.0",
val ktor: String = "3.0.1",
val jetBrainsAndroidx: JetbrainsAndroidx = JetbrainsAndroidx(),
val androidx: Androidx = Androidx(),

val vertx: String = "4.5.11", // "5.0.0.CR2" is available but it's used here yet. See https://vertx.io/docs/guides/vertx-5-migration-guide/.
Expand All @@ -31,8 +32,6 @@ class CommonVersions(
val navigation: String = "2.8.0-alpha10",
)

val jetBrainsAndroidx = JetbrainsAndroidx()

val composeMultiplatform get() = jetBrainsAndroidx.composeMultiplatform

// https://developer.android.com/jetpack/androidx/versions
Expand Down

0 comments on commit 9bc8150

Please sign in to comment.