Join Slack
Powered by
Anyone have any insight on this: <https://discuss....
# gradle
j
Justin
06/15/2020, 2:48 AM
Anyone have any insight on this:
https://discuss.kotlinlang.org/t/test-dependency-in-a-kotlin-multiplatform-gradle-multi-project/16880
?
d
danny
06/15/2020, 3:45 AM
Implementation dependencies are intended to be internal to the component - declare them as api instead if you want to consume them across project boundaries
danny
06/15/2020, 3:45 AM
https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_separation
3
Views
Open in Slack
Previous
Next