mbonnin
05/22/2021, 12:42 PMapiLevel=1.3
prevents using ExperimentalStdlibApi
? Is there a way to still allow that? I'd like to use String.capitalize(locale: Locale)
which is stable in 1.4 while still making sure I don't use anything that's only 1.4Javier
05/22/2021, 12:48 PMmbonnin
05/22/2021, 12:51 PMmbonnin
05/22/2021, 12:52 PMmbonnin
05/22/2021, 12:53 PMJavier
05/22/2021, 12:55 PMmbonnin
05/22/2021, 12:56 PMJavier
05/22/2021, 12:57 PMmbonnin
05/22/2021, 12:57 PMmbonnin
05/22/2021, 12:58 PMreplaceFirstChar { it.uppercase() }
?mbonnin
05/22/2021, 12:58 PMJavier
05/22/2021, 12:58 PMJavier
05/22/2021, 12:59 PMmbonnin
05/22/2021, 12:59 PMmbonnin
05/22/2021, 1:00 PMtoUpperCase
were dangerous on non-JVM platforms (on JVM too but at least there were the overloads so that you could implement what you want)Javier
05/22/2021, 1:00 PMFleshgrinder
05/23/2021, 3:04 PM