joshshin
02/02/2021, 6:04 PMkotlin{
targets.withType<KotlinNativeTarget> {
binaries.all {
freeCompilerArgs += "-Xadd-light-debug=enable"
}
binaries.withType<org.jetbrains.kotlin.gradle.plugin.mpp.Framework> {
isStatic = true
}
}
}
I just hooked up my app to sentry and was testing things out, I see that I uploaded the dsym files, but everything's looking like this:joshshin
02/02/2021, 6:25 PMkpgalligan
02/02/2021, 8:50 PMkpgalligan
02/02/2021, 8:51 PMjoshshin
02/02/2021, 10:30 PMjoshshin
02/02/2021, 10:30 PMjoshshin
02/03/2021, 2:36 AMkpgalligan
02/03/2021, 2:33 PMPaul Woitaschek
01/11/2022, 7:09 PMkpgalligan
01/11/2022, 7:14 PMPaul Woitaschek
01/11/2022, 7:14 PMkpgalligan
01/11/2022, 7:18 PM