rook
06/28/2024, 3:05 PMTimeProvider.companion.default()
but they aren't able to access .companion
and have instead been trying to instantiate Instant
manually without using the factory methods.
Have I made a mistake in my build configuration? What's going on?chrisjenx
06/28/2024, 3:28 PMTimeProvider.shared.default()
from memorychrisjenx
06/28/2024, 3:30 PMchrisjenx
06/28/2024, 3:31 PMchrisjenx
06/28/2024, 3:31 PMMichael Krussel
06/28/2024, 3:35 PMrook
06/28/2024, 3:54 PMcompanion object
syntax is unsupported on interface
😞chrisjenx
06/28/2024, 3:58 PMMichael Krussel
06/28/2024, 3:58 PMchrisjenx
06/28/2024, 4:13 PMchrisjenx
06/28/2024, 4:13 PMrook
06/28/2024, 4:14 PMMichael Krussel
06/28/2024, 4:15 PM