mazorius
10/22/2021, 1:01 PM.capitalize()
is be replaced by .replaceFirstChar()
but the latter one is not shown in my IDE? I only got replaceFirst
Joffrey
10/22/2021, 7:45 PMephemient
10/23/2021, 12:19 AMmazorius
10/25/2021, 8:26 AMmazorius
10/25/2021, 8:28 AMephemient
10/26/2021, 3:37 AMcapitalize()
is only deprecated since Kotlin 1.5; in Kotlin 1.4 it is not deprecated. may be a configuration issue or bug if your IDE is flagging 1.4-targeted code with 1.5-level deprecations