Has anyone else noticed that tests in common code ...
# multiplatform
s
Has anyone else noticed that tests in common code occasionally use stale sources?
l
@saket Which platform do your tests run on, and do you have any kotlin and kotlin Multiplatform related properties in your
gradle.properties
file?
s
I’m running on Android. I’ve this in my properties file:
Copy code
kotlin.native.disableCompilerDaemon=true
l
Can you reproduce it with a simple project with one or two modules? Regardless, that probably deserves an entry in kotl.in/issue