binkley / modern-java-practices

Modern Java/JVM Build Practices
Other
933 stars 69 forks source link

Kotlin code version #454

Open binkley opened 4 months ago

binkley commented 4 months ago

This should be a separate build from the Java one (don't mix up the build.gradle or pom.xml).

The translation to Kotlin should be trivial. The point is to provide clean examples, and update the docs to match. That means:

  1. Working Gradle and Maven builds for both Java and Kotlin.
  2. Easy to compare between Java and Kotlin code, and it's obvious they do the same thing.
  3. Updates to README.md and wiki for documentation pointing to the example code.

Optional addition: This repo does not try to fit Android builds. Perhaps it is something to highlight or expand the wiki pages on.