@JvmStatic cannot be used to create static interface methods?

I’ve just hit this. I’m using Kotlin 1.2.10 and jvmTarget 1.8. Is there any way to generate a static method on a Kotlin interface?

This is something we do a lot and if it’s not possible then our interfaces will have to be defined in Java which would be a shame.