Skip to content
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

Spaces in path names do not work #2076

Open
Emill opened this issue Sep 2, 2024 · 0 comments
Open

Spaces in path names do not work #2076

Emill opened this issue Sep 2, 2024 · 0 comments

Comments

@Emill
Copy link

Emill commented Sep 2, 2024

It seems KSP does not handle spaces correctly in path names, as this error is thrown:

"KSP apoption does not match \\S+=\\S+: $argument"

This causes issues like these:
https://slack-chats.kotlinlang.org/t/22922140/hii-all-can-someone-help-me-out-figuring-this-error-ksp-apop
android/nowinandroid#604

I suggest fixing the regex/parser to handle spaces in path names instead of forcing the user to move the project to a directory without spaces.

See https://androidx.tech/artifacts/room/room-gradle-plugin/2.6.1-source/androidx/room/gradle/RoomGradlePlugin.kt.html for where in Room this room.internal.schemaInput argument is created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant