Skip to content

Importing the project

Ahmet Y edited this page May 13, 2018 · 4 revisions

Introduction

There will be times you want to add new features to Ducky and don't know how to import the project. In these hard times, this page is your solution.

Important!

Ducky v5 is written in Kotlin. Java commands are discouraged, but you can still PR them. Main authors prefer Kotlin and will probably rewrite your command with it.

IntelliJ IDEA

IntelliJ IDEA is our preferred IDE. Follow these steps to load the project:

  1. Open the IDE and choose Import Project.

IntelliJ IDEA

  1. Select the build script build.gradle and press OK.

IntelliJ IDEA

  1. Select use gradle 'wrapper' task configuration then press OK again.

IntelliJ IDEA

Eclipse

TODO

Clone this wiki locally