sannysoft
10/31/2018, 2:32 PMDeactivated User
10/31/2018, 3:05 PM*
imports not only for several imports after a threshold but even for single declaration imports.
In any case, I guess that issue will be fixed when we remove all the deprecations once 1.0 is reachedDeactivated User
10/31/2018, 3:09 PMsannysoft
10/31/2018, 3:15 PMlfielke
10/31/2018, 9:33 PMlocation
has a Deprecated annotation, so I would have expected that using it either way would be an error
@Deprecated(
"Use Location instead",
replaceWith = ReplaceWith("Location"), level = DeprecationLevel.ERROR
)
Deactivated User
11/01/2018, 1:09 AMDeactivated User
11/01/2018, 6:34 AMlfielke
11/02/2018, 1:03 AMlfielke
11/02/2018, 1:04 AM