christophsturm
10/03/2024, 10:40 AMe: file:///Users/christoph/Projects/failgood/failgood/src/failgood/SuiteResult.kt:31:26 Overload resolution ambiguity between candidates:
actual fun getenv(name: String): String?
actual fun getenv(name: String): String?
expect fun getenv(name: String): String?
the call is from the jvmMain source set and I the method is expect in common and defined in the jvmMain ans jsMain source set. why does it not just use the jvmMain version when the call is there?christophsturm
10/03/2024, 11:12 AM