tree: b9c59f53f224856b09876a0718ab4cc0163adf1b [path history] [tgz]
  1. .idea/
  2. Common Transforms/
  3. Core Transforms/
  4. Examples/
  5. gradle/
  6. Introduction/
  7. IO/
  8. Triggers/
  9. util/
  10. Windowing/
  11. build.gradle
  12. gradlew
  13. gradlew.bat
  14. README.md
  15. 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.