We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Getting started (markdown)
Added Gradle Kotlin DSL and import for the common module
The `compile` directive is officially not recommended to be used anymore. I replaced it with the more appropriate one, and also made the Groovy code a bit more Kotlin friendly. See: https://docs.gradle.org/current/userguide/java_library_plugin.html
Put gradle instructions before maven instructions, because maven ones are too verbose, and most Kotlin users build gradle anyway.
Fix indentation in xml and gradle snippets
Fix indentation in gradle snippet
add npm section
remove imports secton as auto-import works perfect now
Update artifactIds, eliminate confusing compileClient configuration name
Updated 0. Getting started (markdown)
Initial Home page