OK, I fought Kotlin, and I won ``` var files = lis...
# announcements
e
OK, I fought Kotlin, and I won
Copy code
var files = listOf<Any>()
. . .
files = files.plus(path as Any)