I have some functionality written in kotlin and I want to call those into java.
both are in same React native Module.
call kotlin from java or vice versa either way would be enough.
I saw on docs and tutorials it easy there but that does not work in RN module.