to convert platform type to regular types, you can...
# announcements
k
to convert platform type to regular types, you can just write the variable type explicitly
Copy code
val list: List<String?> = JavaApi.getList()