You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Open the IDE and choose Import Project.
Select the build script build.gradle and press OK.
Select use gradle 'wrapper' task configuration then press OK again.
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:
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.