Skip to content

diskostu/kotlinBootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

useful hints

IntelliJ

type hints

Kotlin uses type inference. If you want to see inferred types live in your code, enable it via Type Hints. See this blog post for more information.

You can also use the shortcut Shift + Ctrl + P for type information or Ctrl + Q for quick documentation of the code under the caret.

About

Small code repo for the Udacity Course "Kotlin Bootcamp for Programmers"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages