CLOVIS
08/21/2019, 4:03 PMapi("...:...core:...")
in their Multiplatform/core scope, the Gradle plugin will understand this is not an actual dependency but rather look at the links, and add for each platform the corresponding variant (if there's one).
If I understood correctly, that means I need to deploy:
- the ‘core’, I guess to jCenter?
- the JVM variant
- the JS variant
- the Linux, Windows... variants
Do they all need to be deployed to the same repository for the plugin to find them? I would expect the JS variant to be deployed to NPM or something similar, and the native variants to be deployed directly to Debian's, Arch's, etc's repos...kpgalligan
08/21/2019, 4:08 PMCLOVIS
08/21/2019, 4:10 PMkpgalligan
08/21/2019, 4:40 PMCLOVIS
08/21/2019, 5:34 PMciriti
08/23/2019, 10:09 AMkpgalligan
08/23/2019, 10:16 AM