Devo usar qual catch nesse erro? Segue o erro:
Exception in thread "main" kotlin.KotlinNullPointerException at br.com.alura.bytebank.MainKt.main(main.kt:25) at br.com.alura.bytebank.MainKt.main(main.kt)
Devo usar qual catch nesse erro? Segue o erro:
Exception in thread "main" kotlin.KotlinNullPointerException at br.com.alura.bytebank.MainKt.main(main.kt:25) at br.com.alura.bytebank.MainKt.main(main.kt)
Usar o catch no KotlinNullPointer, consegui resolver.