Skip to content

fix: binding config lookup in bindings table

It was not possible to configure bindings with the uniffi.toml file. I'm looking for a configuration named kotlin-native so it would be configured like this:

[bindings.kotlin-native]
package_name = "com.example.project"
cdylib_name = "project_ffi"

Merge request reports