Yassine Abou
09/09/2024, 9:23 PMHristijan
09/09/2024, 9:45 PM2.8.0-alpha09
Yassine Abou
09/09/2024, 9:51 PMIvan Matkov
09/11/2024, 11:49 AMid
is about integer for Android XML resource, it's not support on multiplatform.
For 2.8 it was ported as part of type-sage args support, but explicitly marked for internal usage and is not part of common API.
Applications are NOT supposed to use it. For compose navigation unique id is route
(in original Android Google's library too, id
is just hashCode()
from route for compatibility)Ivan Matkov
09/11/2024, 11:52 AMbut why the documentation is not updated?2.8.x is requires Compose Multiplatform 1.7 (stable version is not released yet)