Join Slack
Powered by
Has anyone else noticed that tests in common code ...
# multiplatform
s
saket
05/30/2020, 3:30 AM
Has anyone else noticed that tests in common code occasionally use stale sources?
l
louiscad
05/30/2020, 8:54 AM
@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
saket
05/31/2020, 2:42 AM
I’m running on Android. I’ve this in my properties file:
Copy code
kotlin.native.disableCompilerDaemon=true
l
louiscad
05/31/2020, 10:01 AM
Can you reproduce it with a simple project with one or two modules? Regardless, that probably deserves an entry in
kotl.in/issue
Open in Slack
Previous
Next