What happened to launchInComposition?
#35
Unanswered
yektasarioglu
asked this question in
Q&A
Replies: 1 comment
|
Hi, i haven't used it, but it looks like, it's now called LaunchedTask https://android-review.googlesource.com/c/platform/frameworks/support/+/1435674 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm using
1.0.0-alpha08of Jetpack Compose. And I also examine other compose samples along the development to understand the concepts. One of the samples useslaunchInComposition()to trigger some coroutine code. But I could not findlaunchInComposition()inandroidx.compose.runtimepackage. Is this something deprecated already?All reactions