Describe issue with using compiler plugin in lambdas with DslMarker receivers#1669
Merged
Describe issue with using compiler plugin in lambdas with DslMarker receivers#1669
Conversation
Collaborator
|
Also related to #1610 a bit :) |
Jolanrensen
reviewed
Jan 26, 2026
docs/StardustDocs/topics/compilerPluginLimitationsAndWorkarounds.md
Outdated
Show resolved
Hide resolved
Jolanrensen
reviewed
Jan 26, 2026
docs/StardustDocs/topics/compilerPluginLimitationsAndWorkarounds.md
Outdated
Show resolved
Hide resolved
Collaborator
|
When writing pages for the website, please check you write full sentences with punctuation. Otherwise it looks good :) |
2955428 to
24f50a8
Compare
Jolanrensen
reviewed
Jan 27, 2026
| @DataSchema | ||
| data class Person(val age: Int, val name: String) | ||
|
|
||
| @Composable |
Collaborator
There was a problem hiding this comment.
It might be clearer if you split this example because it now contains the bug and the solution interwoven with each other.
I'd first write the reproducer containing the bug, then separately write the workaround, so it's easy to see the difference.
AndreiKingsley
approved these changes
Jan 28, 2026
97bd47a to
17bcaab
Compare
Jolanrensen
reviewed
Jan 28, 2026
17bcaab to
b5848a0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related to #1604, but i'd like to add a warning to resolve it. For now here's a description with a workaround.
While investigating i found that we don't use
rememberwhere we should to avoid unnecessary re compositionsAnd small UI problem. I think it's only applicable to Preview, but worth to fix anyway

Lastly i couldn't import project in Android studio, so i updated AGP version according to its recommendation