<ViewBinding cannot find layouts from aar on Andro...
# stackoverflow
u
ViewBinding cannot find layouts from aar on Android I am using kotlinx for cacheing layouts. Now I updated my kotlin version to final version. Now I can not use kotlinx for layouts since it has been deprecated. So I googled 2 days, then decided to move my code from kotlinx to viewBinding. After that, I found viewBinding cannot generate layouts from aar. Is there something that I am missing?. My project contains multiple modules. Thanks in advance.