Update Hilla to pre-release 24.8.0.alpha6

because of Kotlin nullability support
This commit is contained in:
grimsi
2025-05-09 13:52:06 +02:00
parent 4e3b6f7152
commit ccd3ebf9e8
15 changed files with 961 additions and 900 deletions
+3
View File
@@ -6,6 +6,9 @@ allprojects {
repositories {
mavenCentral()
mavenLocal()
maven {
setUrl("https://maven.vaadin.com/vaadin-prereleases/")
}
}
}