Brian G
11/18/2021, 5:10 PMfun apiUrl(param: String): String {
return "/v2/$param"
}
Is somehow returning "/v2/kotlin.Unit"
and hitting my server. Anyone seen anything like this?
My code is multiplatform (Android/iOS/JS), but these are only coming from the iOS Kotlin/native version.Clocks
11/18/2021, 5:11 PMBrian G
11/18/2021, 5:48 PMClocks
11/18/2021, 8:01 PMBrian G
11/18/2021, 10:57 PMlet app = AppViewModel()
, and then there's Swift code just binds to some view model fields to render things into UIViews. This call happens pretty deep in Kotlin-land