<!everyone> who was having problems with the Kobal...
# announcements
c
<!everyone> who was having problems with the Kobalt build of u2020: it’s now fixed, pull (https://github.com/cbeust/u2020) What was going on:
Build.kt
captures a timestamp of the build so it can display it in the app. This is cute but it defeats incremental compilation (since it changes all the time, the build rebuilds everything all the time), so I temporarily replaced that string with “” but u2020 then blows up because it tries to parse this as a date. So I restored the build timestamp for now.
😱 3
🙀 1