// build dynamic list whose elements are determined at run time val myList: List<Float> = buildList { add(1f) // add computed items //TODO: }