-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Move chat demo to root project & improve chat demo #636
Conversation
@MohamedRejeb thoughts? |
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.
LGTM!
For Kotlin GP and AGP, they can be applied with alias the same way as other plugins:
alias(libs.plugins.kotlin.multiplatform)
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.
LGTM!
What kind of change does this PR introduce?
Samples
What is the current behavior?
The chat demo has their own Gradle instance and is not part of the project.
What is the new behavior?
The chat demo is now part of the root project and can be used to try out changes easily
Additional context
See #573