Skip to content

Gradle plugin in multiplatform projects does not add KSP dependency #939

@Jolanrensen

Description

@Jolanrensen

As reported by https://kotlinlang.slack.com/archives/C4W52CFEZ/p1730232596622489
users still have to write:

dependencies {
    add("kspJvm", "org.jetbrains.kotlinx.dataframe:symbol-processor-all:${libs.versions.dataframe.get()}")
}

in their build files manually to get the extension properties to be generated. We need to check whether this can be done automatically.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions