In this video I am going to show you how to add an element to a list of objects in Kotlin.
This is one of the most common problems newcomers to Kotlin face.
In Koltin there is a distinction between mutable and immutable list of objects. Check the video for more details.