Join Slack
Powered by
how to use extension function from one module test...
# getting-started
t
tapchicoma
06/27/2017, 12:46 PM
how to use extension function from one module tests in another module tests?
v
voddan
06/27/2017, 12:49 PM
tapchicoma: have you imported the function ?
t
tapchicoma
06/27/2017, 12:50 PM
yep, IDE doesn't complain, but on build type it shows
unresolved reference
tapchicoma
06/27/2017, 12:51 PM
Actually seems the only way is to create
src/sharedTest/kotlin
and reference it in the both modules
2
Views
Open in Slack
Previous
Next