ok cool, i refactored the extra classes in KeyGran...
# announcements
m
ok cool, i refactored the extra classes in KeyGrantController to separate .kt files, but KeyGrantController.kt icon didn’t change and I restarted IJ
a
odd, it usually reflects the change immediately for me. So KeyGrantController.kt now contains only a
class KeyGrantController
? in the right package?
e
Any other top level function or
val
?
m
ah yes @edwardwongtl I had a external const val
const val URL: String = “/keygrant” @RequestMapping(URL) @RestController class KeyGrantController: PingzeeBaseController() {
e
get rid of that
const val
in this file and you can get back the Kotlin class icon