In short my problem is that I can't use GlideApp (generated API) in an activity written in Kotlin.
Interesting enough that Android Studio sees the reference, i can open the generated GlideApp, there is code completion, but when I try to build it, then it fails with
"Unresolved reference: GlideApp"
The glide module was implemented in java since most of the apps code is written in java.
Any idea?