Trying to use island-time library. My iOS build i...
# kotlin-native
a
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
Including stately dep in my module seems to fix it but I don't know why I should need that on my end
k
Interesting. Would need to take a look…
a
Most likely I have something misconfiugred. At least judging by recent history lol.
e
@Andy Gibel: That seems odd. I'll take a look at it.