We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f05fd6 commit cddce2dCopy full SHA for cddce2d
native/kotlin/api/kotlin/build.gradle.kts
@@ -117,6 +117,8 @@ val generateUniFFIBindingsTask = tasks.register<Exec>("generateUniFFIBindings")
117
inputs.dir("$cargoProjectRoot/wp_uniffi_bindgen/")
118
// Re-generate if our uniffi-bindgen version changes.
119
inputs.file("$cargoProjectRoot/Cargo.lock")
120
+ // Re-generate if the module source code changes
121
+ inputs.dir("$cargoProjectRoot/$rustPrimaryModule/")
122
}
123
124
tasks.named("compileKotlin").configure {
0 commit comments