thana
05/31/2019, 8:06 AMjvmTest
in module A complain that kotlin-reflect
is missing. Module A depends on module B which has its own jvmTest
which declares the kotlin-reflect
dependency in the api
configuration. hnce, shouldn't this dependency be accessible by Module A, too? Is it a bug in the multiplatform plugin or am i using it wrong (or just have a wrong understanding of the api
and implementation
configurations)h0tk3y
05/31/2019, 2:07 PMapi
dependencies in *Test
source sets actually doesn't make much sense.thana
05/31/2019, 2:09 PM