All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.CrashReport.kt Maven / Gradle / Ivy

The newest version!
package cloud.caroline.crash

import kotlinx.serialization.Serializable

@Serializable
public data class CrashReport(
    val stacktrace: String,
    val properties: Map,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy