Hey guys! Is it possible to have a method/class in...
# multiplatform
l
Hey guys! Is it possible to have a method/class in the common module, but override it in a specific way in a specific source set? I want to create a common module (available for all possible platforms), but I want one specific implementation only in JVM. I don't want to declare all the other platforms, as I don't want to support them directly now, only cmmon and jvm. How to do this?