https://kotlinlang.org logo
#kotest
Title
h

hdarritchon

10/31/2020, 9:07 AM
Hi, I have an issue configuring and running kotest in buildSrc (module) in my Android App. I have made a little project in Github to show what’s going wrong (https://github.com/herveDarritchon/android-kotest-buildSrc-issue/). In fact, I tried to have some testing fo the business logic of my buildSrc stuff because it could be a bit complicated. But even, if this kind of configuration (build.gradle.kts) is ok for an other module (businessLogicBuildSrc --> I can import test class in my tests and run it), it’s not working if I do the same in the buildSrc. If anyone can help ... it could be great. May be it’s not possible to do it ?