For example: Game.kt and GameTest.kt
Run tests: success
Add new function "FunctionB" to Game.kt, import in GameTest.kt and call the function.
Run tests or build from Intellij -> "Unresolved references" because it doesn't know "FunctionB"
Gradle build -> Compilation errors resolved