Skip to content

Commit d2d7711

Browse files
committed
Find more occurrences of "androidx", review them, and replace some of them with "Compose UI"
1 parent 8a41df2 commit d2d7711

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const val FOR_COMPOSE_TARGETS_IN_TITLE = "for `androidx.compose` and Compose HTML"
1+
const val FOR_COMPOSE_TARGETS_IN_TITLE = "for Compose UI and Compose HTML"
22
const val FOR_COMPOSE_TARGETS_IN_DESCRIPTION =
3-
"for `androidx.compose` (Android, desktop (JVM), iOS, and web (Kotlin/Wasm)) and Compose HTML"
3+
"for Compose UI (Android, desktop (JVM), iOS, and web (Kotlin/Wasm)) and Compose HTML"

buildSrc/src/main/kotlin/common-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group = "com.huanshankeji"
1818
version = projectVersion
1919

2020
kotlin {
21-
// for `androidx.compose`
21+
// for Compose UI
2222

2323
jvm() // TODO: `jvm("desktop")`?
2424
jvmToolchain(8)

0 commit comments

Comments
 (0)