diff --git a/rust/client-ffi/uniffi.toml b/rust/client-ffi/uniffi.toml index 5feda5a2f..f7d6d483a 100644 --- a/rust/client-ffi/uniffi.toml +++ b/rust/client-ffi/uniffi.toml @@ -4,13 +4,9 @@ # Enable experimental features for better async support experimental_sendable_value_types = true -# Configure async runtime for Swift -# This enables proper async/await bridging from Rust to Swift -async_runtime = "tokio" - # Generate proper Swift concurrency annotations generate_immutable_records = true [bindings.kotlin] -# Kotlin configuration (already working) -async_runtime = "tokio" +android = true +generate_immutable_records = true