Carl Benson
05/21/2025, 10:49 AMstdlib
functions. It builds in CI and on Linux, but not for me on macOS. Has anyone stumbled across something like this and found a reason and solution?Carl Benson
05/21/2025, 10:50 AMUnresolved reference 'listOf'.
Unresolved reference 'Pair'.
tapchicoma
05/21/2025, 12:21 PMCarl Benson
05/21/2025, 12:22 PM.kotlin
directory and now it works. I only figured that out by importing it in Fleet and then trying to find out which stdlib the unreferenced methods resolved to, which was some cache inside .kotlin
. There was nothing hinting that this was the problem 😩Michael Paus
05/21/2025, 12:43 PMCarl Benson
05/21/2025, 12:46 PMCarl Benson
05/21/2025, 12:47 PMtapchicoma
05/21/2025, 12:47 PM.kotlin/
contains metadata files that IDEA is using for code analysis and not cleaned by Gradle clean
task.Carl Benson
05/21/2025, 12:49 PMtapchicoma
05/21/2025, 12:49 PMCarl Benson
05/21/2025, 12:52 PM