How to initialize List in Kotlin? December 23, 2022 by Tarik listOf top-level function to the rescue: val geeks = listOf("Fowler", "Beck", "Evans")