tree: ee920cb5fcaf99e89c1952d2c52b737932625578 [path history] [tgz]
  1. Common Transforms/
  2. Core Transforms/
  3. Examples/
  4. gradle/
  5. Introduction/
  6. IO/
  7. Triggers/
  8. util/
  9. Windowing/
  10. build.gradle
  11. course-info.yaml
  12. course-remote-info.yaml
  13. gradlew
  14. gradlew.bat
  15. README.md
  16. settings.gradle
learning/katas/java/README.md

How to Setup

Please follow the below steps in order to setup the project properly:

  • Using IntelliJ Education (or IntelliJ with EduTools plugin), select “Open” and select this directory (learning/katas/java)
  • “Import Gradle project” when prompted, and configure the Gradle setup
  • Wait for Gradle build to finish
  • Open “Project Structure” and setup the project SDK (e.g. JDK 8)
  • Open the “Project” tool window, and select the “Course” view
  • Your project is ready

For further instructions on how the IntelliJ Education works, you can refer here.