rust-diplomat / diplomat

Experimental Rust tool for generating FFI definitions allowing many other languages to call Rust code
https://rust-diplomat.github.io/book/
Other
532 stars 51 forks source link

Kotlin: fixing hardcoded trait name in template #702

Closed emarteca closed 1 month ago

emarteca commented 1 month ago

Accidentally left in a hardcoded trait name in the Kotlin trait template. This PR fixes it.