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 interfaces
e
ephemient
02/16/2025, 4:49 PM
you shouldn't be using those on macos either, they're replaced in newer Java versions https://openjdk.org/jeps/272
n
Nuru Nabiyev
02/16/2025, 4:51 PM
But they are not fully replaced, especially these listeners for trackpad