Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
升级 Compose 到 1.3.0-beta04-dev885,
Browse files Browse the repository at this point in the history
修复了和输入法相关的 bug,中文输入法的提示在光标附近了。
  • Loading branch information
tangshimin committed Dec 8, 2022
1 parent 8482bb5 commit 5e617e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.7.20"
id("org.jetbrains.compose") version "1.3.0-beta04-dev871"
id("org.jetbrains.compose") version "1.3.0-beta04-dev885"
kotlin("plugin.serialization") version "1.7.20"
}

Expand Down

0 comments on commit 5e617e3

Please sign in to comment.