can someone help us out with my broken understandi...
# multiplatform
c
can someone help us out with my broken understanding: If I have multiplatform project with a jvm target, js target and common project- how do I handle incompatibilities with common datatypes (e.g. kotlin.String vs java.lang.String) and the apparent lack of
Int
?
g
Lack of Int? What do you mean?
Why do you need java.lang.String?