Nuru Nabiyev
02/16/2025, 4:10 PMimport com.apple.eawt.event.GestureAdapter
import com.apple.eawt.event.MagnificationEvent
import com.apple.eawt.event.SwipeEvent
When I try to compile for Windows/Linux, it can't fins the imports. Of course it is understandable, but is it possible to "ignore" those imports and usages for non macOS?
For example, can I add "macOS" jvm module that compiles only on macOS with expect/actual? And for jvmMain module I will just use dummy interfacesephemient
02/16/2025, 4:49 PMNuru Nabiyev
02/16/2025, 4:51 PM