https://kotlinlang.org logo
q

qlitzler

03/03/2018, 1:48 PM
Ok solved my issue .. you actually need to
imlement project
common-jvm
and
common-client-jvm
in the android module, to reference classes from
common
.. seems obvious now
i

ilya.gorbunov

03/04/2018, 5:45 AM
Note that
implement
dependency configuration is deprecated, you should use
expectedBy
instead.
q

qlitzler

03/04/2018, 6:35 PM
Sorry I meant
implementation project
. I actually didn’t know bout
implement
!
3 Views