does kotlin-android-extensions still not work with...
# android
a
does kotlin-android-extensions still not work with files in
src/debug/res/layout
huh I have androidExtensions.experimental set already
ok turns out I was still using a
kotlinx.android.synthetic.main
instead of a
kotlinx.android.synthetic.debug
import
👍 1