google / ksp

Kotlin Symbol Processing API
https://github.com/google/ksp
Apache License 2.0
2.87k stars 272 forks source link

Gradle Plugin: Support isolated projects #1752

Open hfhbd opened 8 months ago

hfhbd commented 8 months ago
hfhbd commented 2 months ago

Can you please reopen this issue? I still get two issues when using 2.0.20-1.0.25-SNAPSHOT:

Basically, you can't fetch the tasks list from the dependencies: org.gradle.api.InvalidUserCodeException: Project ':foo' cannot access task dependencies directly if you use a multi module setup :foo that depends on :bar using implementation given a Kotlin/JVM project.