I want to use the design support library in one of my modules.
The module is an Android library set as com.android.library
.
I included the following lines to the buil.gradle
file:
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
but i get an error when i try to use the resources from the design library.
"cannot find symbol class R" referred to android.support.design.R