You are on page 1of 1

Kotlin Study Material

Basic Syntax-
https://kotlinlang.org/docs/reference/basic-syntax.html

Variable and Data Types-


https://www.callicoder.com/kotlin-variables-data-types/

Nullable Types and Null Safety-


https://www.callicoder.com/kotlin-nullable-types-null-safety/

Classes and Inheritance-


https://kotlinlang.org/docs/reference/classes.html

Data class-
https://antonioleiva.com/data-classes-kotlin/

Control in Kotlin-
https://kotlinlang.org/docs/reference/control-flow.html

You might also like