I'm trying to build an MPP library which provides Composable functions that differentiate implementation using expect/actual on Desktop and Android, but I'm suffered from
java.lang.NoSuchMethodError: No static method: (mymethod)
at run time. Is it that compose compiler plugin does not resolve expect/actual stuff?