Rok Oblak
07/31/2024, 5:29 PMci_post_clone.sh
script which just has a brew install openjdk@17
inside
2. added a JAVA_HOME
environment property which points to the installation dir
3. added --stacktrace
to the Kotlin compile build step (just to get the stacktrace)
It's failing with this error:
Caused by: java.lang.UnsupportedOperationException
at com.google.common.collect.ImmutableMap.put(ImmutableMap.java:781)
at Build_gradle$2.execute(build.gradle.kts:37)
at Build_gradle$2.execute(build.gradle.kts:35)
at org.gradle.internal.code.DefaultUserCodeApplicationContext$CurrentApplication$1.execute(DefaultUserCodeApplicationContext.java:122)
I do not see anything working with any maps in this file, so I am about to give up, so just wondering if anyone has any hint or managed to get it working 🙂Cherrio LLC
08/01/2024, 6:07 PMkotlinx.serialization
. Some data classes annotated with it were not processed properly by the plugin. So we experienced crashes in production, we didn’t really investigate it though.Rok Oblak
08/01/2024, 6:15 PMJon Bailey
08/02/2024, 12:04 AMRok Oblak
08/02/2024, 8:00 AMJon Bailey
08/02/2024, 8:10 AM