Cross-posting: <https://kotlinlang.slack.com/archi...
# multiplatform
r
As far as I know, there's not a way to depend on test code of another module. You can however move your shared test code to the main source of a third module, and depend on that from the test sources of both modules that want to access it.