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
?