https://kotlinlang.org logo
r

rakshakhegde

12/15/2016, 7:02 AM
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?