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

Add info message about fixed KSP issue #12

Merged
merged 2 commits into from
Feb 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docusaurus/docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ Read more about the next steps to configure these features [here](styles-and-ani


### 3. And finally, you need to make sure the IDE looks at the generated folder
:::info
Generated source files are registered automatically since KSP `1.8.0-1.0.9`. If you're using KSP 1.0.9 or newer and don't need to make the IDE aware of generated resources, feel free to skip this section.
:::

See KSP related [issue](https://github.com/google/ksp/issues/37).
Here is an example of how to do that for all your build variants:

Expand Down Expand Up @@ -133,4 +137,4 @@ android {

:::caution Important!
Replace `applicationVariants` with `libraryVariants` if the module uses `'com.android.library'` plugin!
:::
:::