IDE Setup¶
Do I need to use IntelliJ IDEA?
Amper is a command line tool that stands on its own, so using IntelliJ IDEA is not required. If you prefer to work directly with the terminal or in another IDE, check out the Amper CLI.
However, to make the most out of Amper and its toolability, we recommend using IntelliJ IDEA. There are tons of diagnostics and quick fixes that make your life a bliss when working with Amper.
-
Preferably use the latest IntelliJ IDEA EAP. The best way to get the most recent IDE versions is by using the Toolbox App.
-
Make sure to install the Amper plugin:

-
[Optional] If you want to write code for Apple platforms or share code between several platforms, install the Kotlin Multiplatform plugin.
-
[Optional] If you want to write some Android-specific code, also install the Android plugin.