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

[Feature/hot reload]: Compose Hot Reload 도입 #11

Merged
merged 4 commits into from
Feb 24, 2025

Conversation

kez-lab
Copy link

@kez-lab kez-lab commented Feb 18, 2025

Overview (Required)

  • Compose 제작 시 빠른 결과물을 보기 위한 hot reload 기능 추가
  • kotlin 2.1.20-Beta2 버전부터 가능
  • Ktrofit Compiler와 Kotlin 버전 충돌로 인해 직접 Compiler Version 명시하도록 추가

Links

Screenshot

2025-02-18.10.19.45.mov

@kez-lab kez-lab self-assigned this Feb 18, 2025
}

// Hot reload support
composeCompiler {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

중복 등록

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

감사합니당 삭제했습니다

org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx8G -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx8G"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

배려 안함...?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ㅋ.ㅋ 48기가 사자

Copy link
Member

@l2hyunwoo l2hyunwoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨수

Copy link
Member

@leeeyubin leeeyubin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

신기하네요 .. 고생하셨어요!!👍

@kez-lab kez-lab merged commit d5530ee into main-kmp Feb 24, 2025
@kez-lab kez-lab deleted the feature/hot-reload branch February 24, 2025 13:27
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.

3 participants