Skip to content

Bazel 8 Migration - Compose Compiler Update#210

Open
edwin-grabtaxi wants to merge 1 commit intomigration/bazel_8_main_branchfrom
migration/bazel_8_compose_compiler_update
Open

Bazel 8 Migration - Compose Compiler Update#210
edwin-grabtaxi wants to merge 1 commit intomigration/bazel_8_main_branchfrom
migration/bazel_8_compose_compiler_update

Conversation

@edwin-grabtaxi
Copy link
Collaborator

We have updated Kotlin compiler to 2.1 earlier, and when i tried to build a target with compose, it's failed with an error.
Turns out, starting from Kotlin 2.0, the old androidx.compose.compiler:compiler artifact and plugin ID are no longer available and moved to Kotlin repository.

This PR follows the migration guide to:

  • Replace plugin ID from androidx.compose.compiler.plugins.kotlin to org.jetbrains.kotlin.compose
  • Replace dep from @maven//:androidx_compose_compiler_compiler to
    @maven//:org_jetbrains_kotlin_kotlin_compose_compiler_plugin_embeddable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant