Hi all, I have an sdk which have an interface writ...
# android
d
Hi all, I have an sdk which have an interface written in kotlin with kotlin types (String) as arguments. Is it possible to convert this kotlin types (kotlin.String) to java types (Java.lang.string) during compilation so the SDK will be backward compatible with Java?