-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Compose Stability Analyzer Plugin 적용 #200
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
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
ae063d2
[BOOK-381] chore: @TraceRecomposition 어노테이션 컴포저블 함수에 적용
easyhooon 225d322
[BOOK-381] chore: Kotlin, KSP 버전 최신화
easyhooon 4cb00dd
[BOOK-381] chore: CI Compose Stability Check job 추가
easyhooon c7777f0
[BOOK-381] chore: 토끼 코리 반영
easyhooon 241381e
[BOOK-381] chore: Compose Stability Check CI 내에 Generate keystore.pro…
easyhooon 7dcedf3
[BOOK-381] chore: Compose Stability Check CI 내에 Generate local.proper…
easyhooon 9e507ff
[BOOK-381] chore: 로컬에서 Compose Stability Check 성공한 stability 파일들 추가
easyhooon de9b3f0
Merge remote-tracking branch 'origin/develop' into BOOK-381-feature/#199
easyhooon db2e68d
[BOOK-381] chore: compose-stability-analyzer version update
easyhooon 365c5f9
[BOOK-381] chore: 누락된 .stability 파일 추가
easyhooon 0ad113a
[BOOK-381] chore: CI 플로우 개선
easyhooon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| // This file was automatically generated by Compose Stability Analyzer | ||
| // https://github.com/skydoves/compose-stability-analyzer | ||
| // | ||
| // Do not edit this file directly. To update it, run: | ||
| // ./gradlew :app:stabilityDump | ||
|
|
||
| @Composable | ||
| public fun com.ninecraft.booket.di.CrossFadeNavDecorator.Decoration(targetState: com.slack.circuit.foundation.NavigatorDefaults.DefaultDecorator.DefaultAnimatedState<T of com.ninecraft.booket.di.CrossFadeNavDecorator>, innerContent: @[Composable] androidx.compose.runtime.internal.ComposableFunction1<T of com.ninecraft.booket.di.CrossFadeNavDecorator, kotlin.Unit>): kotlin.Unit | ||
| skippable: false | ||
| restartable: true | ||
| params: | ||
| - targetState: RUNTIME (requires runtime check) | ||
| - innerContent: STABLE (composable function type) | ||
|
|
||
| @Composable | ||
| public fun com.ninecraft.booket.di.CrossFadeNavDecorator.updateTransition(args: kotlinx.collections.immutable.ImmutableList<T of com.ninecraft.booket.di.CrossFadeNavDecorator>): androidx.compose.animation.core.Transition<com.slack.circuit.foundation.NavigatorDefaults.DefaultDecorator.DefaultAnimatedState<T of com.ninecraft.booket.di.CrossFadeNavDecorator>> | ||
| skippable: true | ||
| restartable: true | ||
| params: | ||
| - args: STABLE (known stable type) | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| // This file was automatically generated by Compose Stability Analyzer | ||
| // https://github.com/skydoves/compose-stability-analyzer | ||
| // | ||
| // Do not edit this file directly. To update it, run: | ||
| // ./gradlew :common:stabilityDump | ||
|
|
||
| @Composable | ||
| public fun com.ninecraft.booket.core.common.utils.HighlightedText(fullText: kotlin.String, highlightText: kotlin.String, highlightColor: androidx.compose.ui.graphics.Color): androidx.compose.ui.text.AnnotatedString | ||
| skippable: true | ||
| restartable: true | ||
| params: | ||
| - fullText: STABLE (String is immutable) | ||
| - highlightText: STABLE (String is immutable) | ||
| - highlightColor: STABLE (marked @Stable or @Immutable) | ||
|
|
||
| @Composable | ||
| public fun com.ninecraft.booket.core.common.utils.UiText.DirectString.asString(): kotlin.String | ||
| skippable: true | ||
| restartable: true | ||
| params: | ||
|
|
||
| @Composable | ||
| public fun com.ninecraft.booket.core.common.utils.UiText.StringResource.asString(): kotlin.String | ||
| skippable: true | ||
| restartable: true | ||
| params: | ||
|
|
||
| @Composable | ||
| public fun com.ninecraft.booket.core.common.utils.UiText.asString(): kotlin.String | ||
| skippable: true | ||
| restartable: true | ||
| params: | ||
|
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.