What is the recommended approach to a first Kotlin...
# getting-started
l
What is the recommended approach to a first Kotlin project? Start writing Kotlin code in an Android project, or convert an existing Android project written in Java to Kotlin?
o
Do the Koans if you haven't already
1
l
What are the Koans?
o
s
http://kotlinlang.org/docs/tutorials/ the koans are also in the list on this page
l
thanks
o
I recommend doing them using the IntelliJ IDEA plugin, instructions are in that tutorial as well
l
what does Koans mean? is that a Kotlinism?
s
it’s a take on a term taken from Zen Buddhism: https://en.wikipedia.org/wiki/K%C5%8Dan
l
okay cool
thanks everyone for the help