https://kotlinlang.org logo
#android
Title
# android
e

eason

02/27/2020, 2:56 AM
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

Ronald van D

02/27/2020, 7:55 AM
Did you already edit the sourceSets in your build.gradle? (https://developer.android.com/studio/build/build-variants#configure-sourcesets)
e

eason

02/27/2020, 9:45 AM
yes, system did that automatically
2 Views