Hi! I’m pretty fresh with Kotlin, trying to run so...
# kotlintest
k
Hi! I’m pretty fresh with Kotlin, trying to run some unit tests inside my “data” module. Unfortunately it fails while 'datacompileDebugKotlin’ is being executed. This is because in “data” module I’m referring to a “domain” module interface, and compiler turns error inside “SystemApiImpl.kt” (which implements SystemApi.kt from domain) because of unresolved reference “SystemApi.kt”.