Fixed
Status Update
Comments
ch...@google.com <ch...@google.com>
ap...@google.com <ap...@google.com> #2
having the same issue
Room version > 2.7.0-alpha08
agp = "8.2.2"
kotlin = "2.0.20"
ksp-plugin = "2.0.20-1.0.24"
also Reverting to Room version 2.7.0-alpha07 solves the issue.
Room version > 2.7.0-alpha08
agp = "8.2.2"
kotlin = "2.0.20"
ksp-plugin = "2.0.20-1.0.24"
also Reverting to Room version 2.7.0-alpha07 solves the issue.
Description
The day of the week is incorrectly formatted in the Finnish language when using the Core Desugaring library.
The code below incorrectly returns:
2 27. elokuuta 2024
whencoreLibraryDesugaringEnabled = true
in theapp/build.gradle
file.When
coreLibraryDesugaringEnabled = false
, the result is correct:tiistai 27. elokuuta 2024
Steps to reproduce:
coreLibraryDesugaringEnabled = false
in theapp/build.gradle
file)Versions: