7
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

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 * Use auto-import: チェックを入れる。Gradleの設定がIntelliJに自動同期されるようになる。 * Create separate module per source set: チェックを入れる。[IntelliJの「Create separate module per source set」とは? - Qiita](https://qiita.com/suin/items/4cbd165a7e2b76eef7db) * Use default gradle wapper: チェックを入れる。

以上。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?