I developed android library and I tried import this library in other app "compileOnly"
dependencies {
compileOnly 'xxx.xxx.xxx:xx-xx-xx:1.0'
}
but gradle show me:
"Android dependency 'xxx-xxx-xxx:xx-xx-xx:1.0' is set to compileOnly/provided which is not supported"
Any idea?