danielm
05/31/2018, 2:09 PMTristan Caron
05/31/2018, 2:26 PMkotlin.Collection
, not exposed
. You tried what I answer you before?danielm
05/31/2018, 2:59 PMTristan Caron
05/31/2018, 3:02 PMdanielm
06/01/2018, 4:12 AM...
.orderBy(Performance.date)
.map { it[Production.name] }
.distinct()
.forEach {
println(it)
}