Difference between revisions of "Kotlin"

From Lost In Wonderlands
Jump to: navigation, search
(kotlin files)
(Kotlin books)
Line 68: Line 68:
 
*https://medium.com/tompee/kotlin-annotation-processor-and-code-generation-58bd7d0d333b
 
*https://medium.com/tompee/kotlin-annotation-processor-and-code-generation-58bd7d0d333b
  
== Kotlin books ==
+
== Kotlin Mutltiplatform ==
 +
* https://kotlinlang.org/docs/mpp-intro.html
 +
* https://kotlinlang.org/docs/kmm-getting-started.html
 +
* https://kotlinlang.org/docs/mpp-supported-platforms.html
 +
* https://kotlinlang.org/docs/mpp-tutorials.html
 +
* ktor
 +
** https://ktor.io/
 +
* FAQ
 +
** https://kotlinlang.org/docs/kmm-faq.html#what-are-the-plans-for-kmm
 +
 
 +
 
 +
= Kotlin books ==
 
* https://kotlinlang.org/docs/kotlin-pdf.html
 
* https://kotlinlang.org/docs/kotlin-pdf.html
 
* https://bignerdranch.com/books/kotlin-programming-the-big-nerd-ranch-guide-2nd/
 
* https://bignerdranch.com/books/kotlin-programming-the-big-nerd-ranch-guide-2nd/

Revision as of 23:09, 12 January 2022

Kotlin

NeXT Steps

 here everything has yet to be done !

coming soon :


Everything You Always Wanted to Know on Kotlin... (But Were Afraid to Ask) a collection of links of interest

See also

Kotlin

Kotlin on github

Full Kotlin Reference

kotlin on line sandbox

kotlin files

a serie or article on kotlin idioms

Kotlin Mutltiplatform


Kotlin books =