Convert kotlin 1.2 to 1.3

When I opened intelliJ after updating the kotlin plugin it asked me if I wanted to convert my 1.2 code to the 1.3 I clicked it away accidentally but I do want it to convert how do I re-open this window?

In the Tools | Kotlin menu there’s an item “Enable migrations detection (experimental)”. Is it not as simple as making sure that is checked, and then re-opening the project?

I solved it by using “shift shift” and searching for “migration”

1 Like

Ctrl+Shift+A is the magic shortcut to find actions.

1 Like