Hi! i have a simple Client Screen in my kmm applic...
# multiplatform
m
Hi! i have a simple Client Screen in my kmm application, i seperate my funtion into many files and i import them in my main Screen, it works well, but after months, unexpedtly in JVM target, it sayes these error:
Copy code
Unresolved reference: MainTopAppBar
Unresolved reference: SearchTopBar
it also works in Andoroid and iOS well. in multiplatform application, i can't seperate my functions to files in same directory?
i just Build -> Clean Project and run again, it solved!