I'm using Android Studio and, for some reason, aft...
# announcements
m
I'm using Android Studio and, for some reason, after moving a kt file to a different package all the imports became explicit... for instace
Bitmap.createBitmap()
turned into
android.graphics.Bitmap.createBitmap()