kartikpatodi
06/02/2018, 7:19 PMFast Android Networking
[https://github.com/amitshekhariitbhu/Fast-Android-Networking] library
I am migrating my java app to kotlin
now when I import the library from java it works just fine
but when I call this from Kotlin it does not recognize the classes(in java) of the library and when I try to import the class manually it shows only 1 class that is R
and a *
like com.androidnetwoking.R