Is it possible target a library dependency into a ...
# multiplatform
j
Is it possible target a library dependency into a subset if targets you using? Lets say I using wasm, iOS, Android and desktop. Can I say I want this dependency to be used only in iOS and Android?
j
@Denys Read that. But I cant find a way doing like Implementation dependency use commonMain for those targets library supports? Do I manually need to add each target into each targets group?