- official https://kotlinlang.org/docs/home.html
- chinese kotlin https://www.kotlincn.net/docs/reference/
item | version | can use version |
---|---|---|
java | 1.11 | |
gradle | 6.5.+ | |
kotlin-gradle-plugin | 1.6.21 | |
junit | 4.13.2 | |
kotest | 5.5.5 |
more package version see config.gradle
# see base help
make help
# init check
make init
# test all
make dashboardTest designpatternsTest
dashboard of kotlin
design patterns of kotlin