Fixed
Status Update
Comments
si...@google.com <si...@google.com> #2
Fix should be a release of androidx.activity 1.3.0-alpha02 from build ab/7134643
si...@google.com <si...@google.com>
si...@google.com <si...@google.com> #3
1.3.0-alpha02
Class 'androidx.activity.compose.ComponentActivityKt' is compiled by an unstable version of the Kotlin compiler and cannot be loaded by this compiler
Apps using Compose alpha12 and specifically artifacts like androidx.compose.ui:ui-test-junit4:1.0.0-alpha12
that internally use setContent
should add the activity-compose:1.3.0-alpha02
dependency to their dependencies
block to ensure that the 1.3.0-alpha01
artifact is not used:
implementation 'androidx.activity:activity-compose:1.3.0-alpha02'
si...@google.com <si...@google.com> #4
f
ap...@google.com <ap...@google.com> #5
Can I in script it manually or reset
ap...@google.com <ap...@google.com> #6
You simply need to update you app's build.gradle
to use:
implementation 'androidx.activity:activity-compose:1.3.0-alpha02'
instead of
implementation 'androidx.activity:activity-compose:1.3.0-alpha01'
ap...@google.com <ap...@google.com> #7
ap...@google.com <ap...@google.com> #8
Bonjour deliveroo s'il vous plaît j'aimerais absolument changer mon véhicule en vélo électrique. Mer
ap...@google.com <ap...@google.com> #10
Meine simcard fonktionirt nicht
tc...@google.com <tc...@google.com> #11
deleted
si...@google.com <si...@google.com>
na...@gmail.com <na...@gmail.com> #12
deleted
si...@google.com <si...@google.com> #13
deleted
Description
- is very verbose
- the constraints that composition, selection and text have to be returned at once (~atomically) creates challenges for developers
- assumes that the new value will immediately be provided and this does not work for cases such as
We previously talked that a state object similar to Scoll(er) might be better.