Update Hilla version

Fix production build
This commit is contained in:
grimsi
2025-04-01 23:19:29 +02:00
parent a02fae883c
commit cdfa2a25a4
22 changed files with 1827 additions and 1603 deletions
@@ -12,7 +12,7 @@ import java.net.URI
class Mapper {
companion object {
private val log = LoggerFactory.getLogger(javaClass)
private val log = LoggerFactory.getLogger(Mapper::class.java)
fun genre(genre: proto.Genre): Genre {
return when (genre.slug) {