multiplatform gradle question: i have a library i ...
# multiplatform
t
multiplatform gradle question: i have a library i am working on that i would like to support android, ios, and web (js at least). as soon as i put in a dependency to another library that only targets android and ios and not JS, i have a problem. is there some kind of syntax i can use in the js section like "ignoreDependency(libs.moko.permissions)" for example so i can keep it in common, but not break JS?
🚫 1