Trying to use island-time library. My iOS build is failing due to not being able to find 'stately-collections. The island-time library does in fact use this:
https://github.com/erikc5000/island-time/blob/master/core/build.gradle.kts
However, it's delcared as implementation so I'm not sure why the build would be complaining that it can't find it in
my module. I'm including the library by defining the common artifact and enabling GRADLE_METADATA