Any Idea why is it saying no static method exists?...
# multiplatform
s
Any Idea why is it saying no static method exists??
m
I think that’s a question for #compose
s
is it? actual/expect isnt a part of Kotlin Multiplatform?
m
Is that even supported yet with Compose? đŸ¤”
s
Yes , all other Actual/Expect working Fine this one causing issue
m
Interesting that it’s looking for a static method. That’s probably because of Compose. Regular Kotlin would be
FileKt.ImageLoad
.
s
Yeah, possibleđŸ¤”
m
You know that pinned messages are pinned for everyone in the same channel? :)
r
What does the expect declaration look like?
s
r
Hm. Had a hunch there might be a mismatch there but I don't see anything.
s
Yes , intially the method was working , but stopped after rebuild... no change in source code.,Randomly this error started popping up