We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated _Sidebar (markdown)
Updated Style and script tags (markdown)
Added kotlinwind.css, an utility helper to style tags inspired on tailwind and type-safe Kotlin DSL way.
Updated Getting started (markdown)
Fix some typos in a sentence
Added Gradle Kotlin DSL and import for the common module
Updated Streaming (markdown)
appendln is deprecated and is replaced by appendLine
Remove silly message and put a link to the wiki home instead.
Created _Footer (markdown)
Updated Development (markdown)
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
add css example
Destroyed _Footer (markdown)
Destroyed _Footer (rdoc)
Created _Footer (rdoc)
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
A few sentences didn't make sense without thinking about it, and there were a few grammar mistakes.
typo
Updated Enum attributes (markdown)
Add attributes page
Updated Events (markdown)