-
Notifications
You must be signed in to change notification settings - Fork 11
feat: Generate stories from @Preview composables #70
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
base: main
Are you sure you want to change the base?
Conversation
I think we should have an api like |
this PR depends on #71 |
@@ -11,7 +11,7 @@ jobs: | |||
uses: actions/setup-java@v2 | |||
with: | |||
distribution: 'adopt' | |||
java-version: '17' | |||
java-version: '21' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know yet what exactly requires java 21 in this PR, but we need to stick to java 17 (should be compatible with java 17), because it's used in Compose repository.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on this job, I suspect that my PR uses KSP 2.1.20-2.0.1 which was compiled with Java 21. Lowering KSP version perhaps the plausible option here
No description provided.