Hi everyone. I have a small question about using c...
# multiplatform
j
Hi everyone. I have a small question about using classnames in multiplatform. I have locally published a multiplatform library with an -ios dependency. When i import classes from lib in kotlin files in my iOSMain module I'm able to access them properly. But if i do the same in my ViewController.swift the class names are like "$frameworkName$className". Is this a standard behaviour to import in swift files?