Is there anything for applying the JvmStatic annot...
# getting-started
z
Is there anything for applying the JvmStatic annotation on an entire object for every method contained? I found https://youtrack.jetbrains.com/issue/KT-14219/JvmStatic-and-JvmField-for-all-members-of-an-object but it's still open. If there's a plugin using KSP that would be great
e
if you only want static then https://youtrack.jetbrains.com/issue/KT-11968 would work, right?
z
yes