10 lines
381 B
TOML
10 lines
381 B
TOML
|
|
# UniFFI Kotlin bindings configuration.
|
||
|
|
#
|
||
|
|
# `disable_java_cleaner`: the JVM cleaner path pulls in androidx.annotation and
|
||
|
|
# branches on API 34. JNA's own Cleaner works on every API level we support, so
|
||
|
|
# we take the single code path and drop the extra dependency.
|
||
|
|
[bindings.kotlin]
|
||
|
|
package_name = "uniffi.onionwire_sdk"
|
||
|
|
disable_java_cleaner = true
|
||
|
|
kotlin_target_version = "2.2.21"
|