KMM project, is it possible to include platform specific UI such as jetpack compose Component Activity in shared module androidMain folder? Or can I just include there logic without UI? I am asking because I have android library to detect face and capture video and when I am trying to move code with UI to sharedModule I am getting compilation errors: Back-end (JVM) Internal error: Couldn't inline method call: CALL 'public final fun Column$default, copied configuration works perfectly in normal android library.