-
Notifications
You must be signed in to change notification settings - Fork 643
How to deal with the data class generated by ksp #2989
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You've provided very little information about your problem, so I do not understand it |
Ksp generated: does not work In the source directory: working normally ![]() |
Try applying serialization plugin to KSP generated sources |
plugins { kotlin { //dependencies { // with("io.github.ltttttttttttt:LazyPeopleHttp:+") {
// with("de.jensklingenberg.ktorfit:ktorfit-ksp:+") { ksp { // 配置 KSP tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach { tasks.matching { it.name.startsWith("compileKotlin") }.configureEach { tasks.register("cleanKspGeneratedFiles") { tasks.named("clean") { |
Describe the bug
data class from jdbc metadata by ksp
To Reproduce
Attach a code snippet or test data if possible.
Expected behavior
Environment
The text was updated successfully, but these errors were encountered: