Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
There is no error when I use kotlin versions: 1.6.21, but issue/error starts appearing when kotlin version is 1.7.0
f....@gmail.com <f....@gmail.com> #3
I have the same problem, i think no stable version of room 2.4.2 with kotlin 1.7.0
f....@gmail.com <f....@gmail.com> #4
usage implementation 'androidx.room:room-ktx:2.5.0-alpha02'
ap...@google.com <ap...@google.com> #6
Thanks for the report I was able to reproduce the issue and indeed it occurs when using Kotlin 1.7.0. Sadly I don't have a workaround yet, but will investigate further.
Description
Component: navigation-compose 1.0.0-alpha08
Hi there, I am trying to migrate to the Compose flavour of Navigation, and working with the
NamedNavArgument
class. I'd like to be able to retrieve the name that I passed in to thenavArgument()
function, but it's a bit hard because thename
field is private inNamedNavArgument
.Can you please make this field public? Since the class is basically an immutable data class, it seems natural to be able to access its fields publicly.