LoginSignup
7
2

More than 5 years have passed since last update.

Gradleで生成したKotlinプロジェクトをIntelliJで開く

Posted at

Gradleのgradle init --type=kotlin-applicationで生成したプロジェクトをIntelliJにインポートする方法を紹介する。

前回: GradleでKotlinプロジェクトを一撃生成する - Qiita

  1. IntelliJ IDEAを起動したら「Import Project」を選択する。 Welcome_to_IntelliJ_IDEA.png
  2. 「Import project from external model」にチェックを入れ、「Gradle」を選択する。 Import_Project.png
  3. インポート時のオプションを設定し、「Finish」を押す。Import_Project.png

以上。

7
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
2