Ao escrever
arrayAdapter = ArrayAdapter(context: this, android.R.layout.simple_list_item_1, transacoes)
A linha fica sublinhada de vermelho e ocorre erro "None of the following functions can be called with the arguments supplied". E mostra uma lista de várias sobrecargas, por exemplo (Context!, Int), ou (Context!, Int, Array<(out)> T!>!. Estou utilizando o Android Studio 3.2.1 no Ubuntu