Is there a way to use kotlin native and multiplatf...
# kotlin-native
z
Is there a way to use kotlin native and multiplatform to write the common code as kotlin native?
j
The common code is only as common as the platforms you support. If you only have native targets then your common code is effectively native.
z
oh cool