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

You're done! Now you just need to wait for the gradle synchronization.

Eclipse

IntelliJ IDEA is basically better than Eclipse in every single feature. If you still want to use it, here you go:

  1. First, you need the Kotlin plugin by Nikolay Krasko. Drag&Drop the button below to your Eclipse window. Wait for the installation to finish and restart Eclipse.

TODO

Clone this wiki locally