Jiri Bruchanov

Results 15 comments of Jiri Bruchanov

+1 here... also getting this error, everything compiled with same version :/

@pdvrieze doesn't look like it's IDE issue, gradle itself is failing with ``` > Task :shared:compileDebugKotlinAndroid e: file:///F:/2Projects/_Jibru/KMPMultiProject/LibsProject/shared/src/commonMain/kotlin/com/example/libsproject/XmlExample.kt:11:33 Unresolved reference 'forEachBfsIndexed'. e: file:///F:/2Projects/_Jibru/KMPMultiProject/LibsProject/shared/src/commonMain/kotlin/com/example/libsproject/XmlExample.kt:11:53 Cannot infer type for this parameter. Please...

@pdvrieze Hi thanks, that helped. Would you be able to help me with different issue though ? I'm trying to parse this xml... ``` 401 Invalid Action s:Client UPnPError ```...

@pdvrieze thanks I'll have a look... for the invalid soap, well, not much I can do about, at least it's not invalid xml :)

so looking into this more, that number of multiple calls is due to a boolean present in the argument https://github.com/mockk/mockk/blob/master/modules/mockk/src/commonMain/kotlin/io/mockk/impl/recording/states/RecordingState.kt#L167 Could I be hitting some test/coroutines limit in my test...