Skip to content

Commit f6df067

Browse files
committed
Add dependencies
1 parent e7c2b0b commit f6df067

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

compose/ui/ui-text/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,3 +260,7 @@ afterEvaluate {
260260
t.jvmArgs += ["--add-opens=java.desktop/sun.font=ALL-UNNAMED"]
261261
}
262262
}
263+
dependencies {
264+
implementation project(':compose:runtime:runtime-annotation')
265+
implementation libs.androidx.runtime.android
266+
}

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ wire = "4.9.7"
7171
core = "1.12.0"
7272
xmlApis = "1.4.01"
7373
yarn = "1.22.17"
74+
runtimeAndroid = "1.8.1"
7475

7576
[libraries]
7677
agpTestingPlatformCoreProto = { module = "com.google.testing.platform:core-proto", version = "0.0.8-alpha08" }
@@ -317,6 +318,7 @@ xmlApis = { module = "xml-apis:xml-apis", version.ref = "xmlApis" }
317318
xpp3 = { module = "xpp3:xpp3", version = "1.1.4c" }
318319
xmlpull = { module = "xmlpull:xmlpull", version = "1.1.3.1" }
319320
androidx-core = { group = "androidx.core", name = "core", version.ref = "core" }
321+
androidx-runtime-android = { group = "androidx.compose.runtime", name = "runtime-android", version.ref = "runtimeAndroid" }
320322

321323
[plugins]
322324
kotlinBenchmark = { id = "org.jetbrains.kotlinx.benchmark", version.ref = "kotlinBenchmark" }

0 commit comments

Comments
 (0)