File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ val generateUniFFIBindingsTask = tasks.register<Exec>("generateUniFFIBindings")
91
91
val cargoProjectRoot = rootProject.ext.get(" cargoProjectRoot" )
92
92
val uniffiGeneratedPath = " ${layout.buildDirectory.get()} /generated/source/uniffi/java"
93
93
val nativeLibraryPath = rootProject.ext.get(" nativeLibraryPath" )!!
94
- val rustPrimaryModule = rootProject.ext.get(" rustPrimaryModule" )
95
94
96
95
dependsOn(rootProject.tasks.named(" cargoBuildLibraryRelease" ))
97
96
workingDir(project.rootDir)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ androidx-core-ktx = "1.17.0"
8
8
androidx-material3 = " 1.4.0"
9
9
androidxTestRulesVersion = " 1.7.0"
10
10
androidxTestRunnerVersion = " 1.7.0"
11
- compose-plugin = " 1.6.11 "
11
+ compose-plugin = " 1.9.0 "
12
12
detekt-plugin = " 1.23.8"
13
13
jna = " 5.18.1"
14
14
junit = " 4.13.2"
You can’t perform that action at this time.
0 commit comments