I'm using Firebase Crash Reporting with my Android app written in Kotlin. In the Crash Reports of release app, which is obfuscated, I don't find line numbers and the file names for my project files are still
.java
instead of
.kt
.
Does Kotlin generate it's own source maps that I can upload to Firebase or is there any other way I can get deobfuscated reports?