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 |
Answered by
FabianLars
Jun 26, 2025
Replies: 2 comments 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. |
4 replies
Answer selected by
AbassHammed
|
How about modifying MainActivity.kt? I can't figure out how just from plugins |
0 replies
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.