Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Assignments for Kotlin 2018 workshop

Itera/kotlin-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotlin 2018 workshop

This is a Maven project which contains simple assignments for playing around with Kotlin code. Feel free to explore it and extend it on your own.

Prerequisites

  1. Intellij IDEA Community or Ultimate edition
  2. JDK8
  3. Git (to clone this repository)

Order of assignments

It should not matter much in which order you start, but this is the recommended one:

  1. models.kt - introduction to classes
  2. collections.kt - introduction to collections (it uses classes from the models.kt file)
  3. casting.kt - smart casting
  4. various.kt - if there's a spare time

How to work with the assignments

Read the description in comments and try to implement every TODO() there is. There's a main method in every file, which should run without any errors. In first file, the models.kt you need to uncomment the code in main method and make it compile.

About

Assignments for Kotlin 2018 workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages