Skip to content

public class NoClassDefFoundError com/github/doyaaaaaken/kotlincsv/dsl/context/WriteQuoteMode #6

@robercoding

Description

@robercoding

Hello, I had used this library in a project a while ago and came back again after a some months, for some reason is not working right now when trying to open the file (File is ok, it's not the problem). Later I've updated it to 1.2 but still no luck and the error continues

Currently this is how my build.gradle.kts looks:

plugins {
    kotlin("jvm") version "1.5.31"
}

    repositories {
        mavenCentral()
}

dependencies {
    implementation("com.floern.castingcsv:casting-csv-kt:1.2")
    // Other dependencies not related to this
}

Do you know what could be causing to not find the that class?
I looked up on your project library to see if I'm missing something, I've even added the doyaaaaaken library just in case but no luck.
I believe it might be due to jdk/kotlin versions related because that's the only thing that has been changed "externally" during these times and I don't know what configuration i must apply in order to make it work. Tried versions 1.8, 11 & 17

I'd appreciate a lot if you could point out anything since there's no jdk/jvm/kotlin version requirements specified in the Readme.md and probably I'm missing something there

I'm attaching a picture just in case, everything was working before leaving the project on hold for months:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions