Can I Add Custom Kotlin Code to src-tauri/gen/android and Call it from Rust? #13713
-
Can i add custom kotlin code to the generated |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Jun 26, 2025
Replies: 1 comment 4 replies
-
the cleaner approach would be to create a plugin for this as the communication apis are designed for that. i do remember that someone said they did what you're asking for but i don't know how and can't seem to find it. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
AbassHammed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the cleaner approach would be to create a plugin for this as the communication apis are designed for that.
i do remember that someone said they did what you're asking for but i don't know how and can't seem to find it.