You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
data class from jdbc metadata by ksp, I found that the directory generated by ksp plus @serializable didn't work. To Reproduce
Attach a code snippet or test data if possible.
Expected behavior
Environment
Kotlin version: [e.g. 1.3.30]
Library version: [e.g. 0.11.0]
Kotlin platforms: [e.g. JVM, JS, Native or their combinations]
Gradle version: [e.g. 4.10]
IDE version (if bug is related to the IDE) [e.g. IntellijIDEA 2019.1, Android Studio 3.4]
Other relevant context [e.g. OS version, JRE version, ... ]
The text was updated successfully, but these errors were encountered:
in kmp shared kotlin("plugin.serialization") version "+"
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:+") but ISysUser and IsysUserImpl is generated by ksp. serializerNotRegistered
Describe the bug
data class from jdbc metadata by ksp, I found that the directory generated by ksp plus @serializable didn't work.
To Reproduce
Attach a code snippet or test data if possible.
Expected behavior
Environment
The text was updated successfully, but these errors were encountered: