Are there alternative ways to test a Kotlin Native library (like Com Bot SSH for example -
https://gitlab.com/com-bot/combot-ssh ) in the
same project without having to rely on Unit testing?
What I want to do is develop a test program (to do
manual library testing) in the same project where the Kotlin library resides, that can test some things which Unit testing doesn't cover (eg networking).