https://kotlinlang.org logo
#compose
Title
# compose
f

FunkyMuse

02/23/2023, 8:43 AM
hey guys, does anyone else have an issue where
androidx.compose.foundation:foundation:1.4.0-beta02
and
activity compose 1.7.0-beta02
Copy code
> Could not find androidx.compose.runtime:runtime-livedata:1.4.0-beta02.
Required by:
         project :app > androidx.compose.foundation:foundation:1.4.0-beta02 > androidx.emoji2:emoji2:1.3.0-beta03 

Required by:
         project :app > androidx.compose.runtime:runtime:1.4.0-beta02
         project :app > androidx.activity:activity-compose:1.7.0-beta02 > androidx.compose.runtime:runtime-saveable:1.4.0-beta02
f

FunkyMuse

02/23/2023, 9:05 AM
It's used in foundation 1.4.0-beta02 🤔
b

Ben Trengrove [G]

02/23/2023, 9:06 AM
Known issue sorry. A fix is being scheduled right now
Should be out tomorrow
f

FunkyMuse

02/25/2023, 2:50 PM
@Ben Trengrove [G] the issue with the emoji dependency is fixed but live data still isn’t, any updates on this?
b

Ben Trengrove [G]

02/26/2023, 11:18 PM
That one was not a known issue sorry. I have just reported it
a

Andy Himberger

02/27/2023, 6:05 PM
b

Ben Trengrove [G]

02/27/2023, 8:35 PM
They should be out now
Let me know if it doesn't work
f

FunkyMuse

02/27/2023, 8:46 PM
They're out, thanks, for the heads up and reporting the issue
125 Views