Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
A fix for this will be available in Room 2.1.0.
ma...@gmail.com <ma...@gmail.com> #4
Still occurs in Version 2.4.0-beta02 with Gradle 6.9
de...@atommobility.com <de...@atommobility.com> #5
Still occurs in Version 2.4.0-beta02 with Gradle 6.9
jb...@google.com <jb...@google.com> #6
Please file a bug with a minimum sample project that reproduces this issue.
th...@gmail.com <th...@gmail.com> #7
Hi Team,
Issue is still reproducible with Gradle 7.0
Please help to fix on priority
Issue is still reproducible with Gradle 7.0
Please help to fix on priority
jb...@google.com <jb...@google.com> #8
Please file a bug with a minimum sample project that reproduces this issue.
Description
When using Navigation SafeArgs
2.4.0-alpha01
+ with Kotlin versions before1.5.0
, you get the following:This is because the
titleCase
API was not added until Kotlin1.5.0
.In
2.4.0-alpha01
+, SafeArgs must be compatible with AGP4.2.0
and as a result Gradle6.7.0
, which is compatible with Kotlin versions prior to1.5.0
.We should avoid using
titlecase
in SafeArgs until we no longer need to support older Kotlin versions. As a workaround, you can update your gradle version to7.0
+.