Is it possible to use JvmMultifileClass to separat...
# getting-started
m
Is it possible to use JvmMultifileClass to separate api (as class/interface) and implementation (class/interface/extensionfuncs/packagefuncs)?
e
`@file:JvmName`/`@file:JvmMultifileClass` only affects top-level properties and functions; it has no bearing on classes and interfaces
what are you trying to achieve?