Hey folks, We found a strange issue with Bumblebe...
# android-studio
m
Hey folks, We found a strange issue with Bumblebee and Kotlin-Java interoperability. Our codebase is written in Kotlin and whenever we call this method from Kotlin everything is fine. However if you call it from Java while using Android Studio Bumblebee it complains saying
Cannot resolve method 'build' in Builder()
. In Arctic Fox however, this is just fine. We plan on reporting this to Google through the appropriate channels of course, but in the meantime were wondering if you had encountered similar issues and if you know what the root cause is. Thanks!