https://kotlinlang.org logo
j

jw

01/12/2018, 8:49 PM
do you have common tests?
a

albertgao

01/12/2018, 9:08 PM
Yes. And it’s built via
kotlin-test-common
and
kotlin-annotation-common
j

jw

01/12/2018, 9:23 PM
Ok so when those common tests are being compiled in the JVM module they have nothing to link against
The common test library is stubs and requires an implementation
This is no different than the fact that you use the common stdlib and are including the real stdlib implementation
👍 1
a

albertgao

01/13/2018, 1:35 AM
Thanks! I see, just like IoC, they are just interfaces, needs actual implementation.
j

jw

01/13/2018, 1:36 AM
Yep!
3 Views