0
Convert Java code in to kotlin
Hi. I converted some Java code into kotlin code. After converting there were always error messages. What can I do that they don't appear?
6 Answers
+ 3
It would be a good idea to read the error messages first, understand what causes them, then fix them.
It's called "debugging", an essential skill for a software developer.
0
Dfj
0
Really? I meant if there is an automated way so that I don't have to do everything myself.
0
Kuchenesser run it through a debugger or do it yourself
0
Wang Li (çæïŒ I already found a solution, but thanks
0
Kuchenesser your welcome!!