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

build: compose 2.0 migration(Setup Compose Compiler Extension & Configure Kotlin Compiler Options) #15

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

sh1mj1
Copy link
Owner

@sh1mj1 sh1mj1 commented Feb 12, 2025

Work Video
NO

Work Details

  • Added Compose Compiler Extension
  • Introduced compose-compiler-extension as a dependency for improved Compose compilation performance.
  • Configured the dependency in build.gradle(:app).
  • Kotlin Compiler Configuration
  • Enabled ExplicitBackingFields language feature for more explicit field definitions.
  • Added .kotlin/ in .gitignore file to prevent unwanted Kotlin-related files from being tracked.

PR Points

NO

🚀 Next Feature

  • introduce viewModel

@sh1mj1 sh1mj1 merged commit 207813b into dev Feb 12, 2025
3 checks passed
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

Successfully merging this pull request may close these issues.

1 participant