Skip to content

Commit 4cf7d5c

Browse files
committed
Update compose-plugin to 1.9.0
1 parent 156b052 commit 4cf7d5c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

native/kotlin/api/kotlin/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ val generateUniFFIBindingsTask = tasks.register<Exec>("generateUniFFIBindings")
9191
val cargoProjectRoot = rootProject.ext.get("cargoProjectRoot")
9292
val uniffiGeneratedPath = "${layout.buildDirectory.get()}/generated/source/uniffi/java"
9393
val nativeLibraryPath = rootProject.ext.get("nativeLibraryPath")!!
94-
val rustPrimaryModule = rootProject.ext.get("rustPrimaryModule")
9594

9695
dependsOn(rootProject.tasks.named("cargoBuildLibraryRelease"))
9796
workingDir(project.rootDir)

native/kotlin/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ androidx-core-ktx = "1.17.0"
88
androidx-material3 = "1.4.0"
99
androidxTestRulesVersion = "1.7.0"
1010
androidxTestRunnerVersion = "1.7.0"
11-
compose-plugin = "1.6.11"
11+
compose-plugin = "1.9.0"
1212
detekt-plugin = "1.23.8"
1313
jna = "5.18.1"
1414
junit = "4.13.2"

0 commit comments

Comments
 (0)