Skip to content

Commit dee698d

Browse files
WeissDevThomas Leiter
andauthored
Ensure generated code is consistent (#42)
* chore: generate kotlin bindings & enable shared library * chore: generate kotlin bindings & enable shared library * fix: regenerate bindings in release mode * chore: re-run release binding generation * chore: regenerate bindings * fix: sort kotlin uniffi calls after generation to ensure consistent output --------- Co-authored-by: Thomas Leiter <thomas@fasky.io>
1 parent 590b06c commit dee698d

16 files changed

Lines changed: 47069 additions & 38224 deletions

android/src/main/java/org/matrix/rustcomponents/sdk/matrix_sdk_ffi.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3416,8 +3416,8 @@ internal interface UniffiLib : Library {
34163416
uniffiCallbackInterfaceVerificationStateListener.register(lib)
34173417
uniffiCallbackInterfaceWidgetCapabilitiesProvider.register(lib)
34183418
uniffi.matrix_sdk.uniffiEnsureInitialized()
3419-
uniffi.matrix_sdk_common.uniffiEnsureInitialized()
34203419
uniffi.matrix_sdk_base.uniffiEnsureInitialized()
3420+
uniffi.matrix_sdk_common.uniffiEnsureInitialized()
34213421
uniffi.matrix_sdk_crypto.uniffiEnsureInitialized()
34223422
uniffi.matrix_sdk_ui.uniffiEnsureInitialized()
34233423
// Loading of library with integrity check done.

0 commit comments

Comments
 (0)