Hi, im happy with viewBinding feature, but i got o...
# android
e
Hi, im happy with viewBinding feature, but i got one question, i recently using layouts folder to separate layout files, but viewBinding only recognize original “layout” folder path, is there any way i can make viewbing to recognize the path that i create for layouts?
r
Did you already edit the sourceSets in your build.gradle? (https://developer.android.com/studio/build/build-variants#configure-sourcesets)
e
yes, system did that automatically