Konstantin Petrukhnov
09/16/2019, 9:19 AMalex009
09/16/2019, 9:24 AMtransitiveExport = true
.
If you want only specific modules - use
export(project(":LibA"))
export(project(":LibC"))
https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#exporting-dependencies-in-frameworksKonstantin Petrukhnov
09/16/2019, 10:02 AMKonstantin Petrukhnov
09/16/2019, 10:04 AMKonstantin Petrukhnov
09/16/2019, 10:05 AMKonstantin Petrukhnov
09/16/2019, 10:06 AMalex009
09/16/2019, 10:08 AMalex009
09/16/2019, 10:09 AMsvyatoslav.scherbina
09/16/2019, 10:24 AMKonstantin Petrukhnov
09/16/2019, 10:25 AMKonstantin Petrukhnov
09/16/2019, 10:34 AMsvyatoslav.scherbina
09/16/2019, 10:38 AMAny plans for future for such configuration?We consider improving the situation eventually. No particular details (including ETA) available currently.
svyatoslav.scherbina
09/16/2019, 10:38 AMhm... will it give suffix to other class, if e.g. order of dependencies changed?It depends.
Konstantin Petrukhnov
09/16/2019, 10:39 AM