-
Notifications
You must be signed in to change notification settings - Fork 0
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
[feat] release setup #162
[feat] release setup #162
Conversation
흠.. 그러게요 난독화도 풀어보고 인트로만 빼보기도 해도 다른곳에서 오류가 나고 하네.. 이렇게 하나하나 빼보셨던거군요 이유 계속 찾아보겠습니다 |
굿굿굿!!!!! ilab때부터 발생하던 이슈 해결해서 속이 시원하시겠네요 ㅎㅎㅋㅋㅋㅋㅋ |
@@ -2,7 +2,7 @@ | |||
|
|||
plugins { | |||
alias(libs.plugins.unifest.android.feature) | |||
alias(libs.plugins.compose.investigator) | |||
// alias(libs.plugins.compose.investigator) |
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.
플러그인을 아예 제거하는 방법도 있지만, 일시적으로 비활성화시키는 방법도 있습니다!
이러면 플러그인을 추가/제거 할 때마다 플러그인을 다시 로드하지 않아서 빌드 속도를 개선할 수 있어요.
composeInvestigator {
enabled = false
}
https://jisungbin.github.io/ComposeInvestigator/advanced/#data-management-classes
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.
오... 비활성화도 지원하는군요 적용해보도록 하겠습니다! 감사합니다~
-> release 로 빌드시 아직 하단의 에러 발생 중
해당 에러 발생중