i dont want to add something to gradle that would ...
# gradle
j
i dont want to add something to gradle that would fail on someone else's workstation there are working unit tests and gradle is happy with these. i cannot get kotlin-test or right click run <anything> from intellij
g
Just add one resources source set. Or alternatively, add .gitignore for your test data file explicitly But anyway, test will fail if test data is not available, right?
j
yes
i don't know enough about gradle or kotlintest to make either option finish building on test fail
i prefer not to test at all except if i add to intellij, however intellij refuses all of my attempts to see the package classpath if i add a new testdir