Fixed
Status Update
Comments
ku...@gmail.com <ku...@gmail.com> #2
Comment has been deleted.
ku...@gmail.com <ku...@gmail.com> #3
Comment has been deleted.
ku...@gmail.com <ku...@gmail.com> #4
PR is here:
besides this ticket, I found that
const val KOTLINPOET = "com.squareup:kotlinpoet:1.4.0"
const val KOTLINPOET_METADATA = "com.squareup:kotlinpoet-metadata:1.4.0"
const val KOTLINPOET_METADATA_SPECS = "com.squareup:kotlinpoet-metadata-specs:1.4.0"
const val KOTLINPOET_CLASSINSPECTOR_ELEMENTS = "com.squareup:kotlinpoet-classinspector-elements:1.4.0"
Those properties are not used anywhere, so I assume we can safely remove
jb...@google.com <jb...@google.com> #5
This has been fixed internally and will be available in the Navigation 2.4.0-alpha01
release.
Thanks again for the pull request!
Description
Component used: Navigation
Version used: 2.3.4
Safe Args should upgrade to KotlinPoet 1.8.0 to ensure that the generated code handles more edge cases (via the bug fixes included in that release).