-
Notifications
You must be signed in to change notification settings - Fork 0
Importing the project
Ahmet Y edited this page May 13, 2018
·
4 revisions
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.
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 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.
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.
TODO