Heimdall.droid
Heimdall.droid copied to clipboard
Add coroutines support - Part II
What was done
I created a package called coroutines. This package will contain every class that makes a reference to Kotlin coroutines.
Had to created the grants again with no reference to RxJava and adding the suspend keyword in the methods, whenever needed.