Jan
12/18/2022, 11:21 PMBig Chungus
12/18/2022, 11:34 PMephemient
12/19/2022, 1:30 AMcompileOnly
is the equivalent, but it would be safer to provide variants in Gradle insteadephemient
12/19/2022, 1:31 AMVampire
12/19/2022, 10:49 AMcompileOnly
, the better way is to use proper feature variants, as then at least in Gradle consumers you can properly depend on feature variants and get automatically the dependencies you need. Here is a Gradle Blog entry about that topic: https://blog.gradle.org/optional-dependenciesJan
12/19/2022, 7:53 PM