What should I collect to debug `e: org.jetbrains.k...
# javascript
d
What should I collect to debug
e: org.jetbrains.kotlin.js.facade.exceptions.TranslationRuntimeException: Unexpected error occurred compiling the following fragment: 'package com.fivestars.integration.file.model
e: org.jetbrains.kotlin.js.facade.exceptions.TranslationRuntimeException: Unexpected error occurred compiling the following fragment: 'package com.fivestars.integration.file.model import kotlinx.serialization.Serializable @Serializable data class GetFilesArgs( val directory: String ) ' at (1,1) in /Users/fivestars.user/source/fivestars/instore-plugins/Plugins/src/commonMain/kotlin/com/fivestars/integration/file/model/GetFilesArgs.kt
It looks like I needed to update to the following:
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.0.0-RC")