lets say there is an android project with module a, b and c all written in java. then I add another module, module d in the project. can I still use coroutine internally in module d?
I know I cannot use it in java module, but does coroutine still work in this project even though specific module that use coroutine was pure kotlin