Is there any efficient way of extracting a constant in intellij? I know that you extract a field, and then move it to the companion object, and then mark it as
const
, but in Java, it was a single intention action to move it to a static final field. Is there any equivalent for kotlin?
e
evanchooly
10/13/2017, 6:16 AM
I haven't found it if there is. I've been looking for that, too. 😕