to extend specific interface for jvm only.
But I'm afraid that's not possible, right?
What are the main strategies for this case, other than leaving the interface empty/dummy on the other platform?
a
Arkadii Ivanov
10/22/2022, 8:41 AM
Make the class expect/actual? So on JVM it would override interface methods.