You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should dynamic endpoints be instantiable with both value class and underlying object ? if yes, then we'd need to overload the constructor which isnt possible because the JVM signature of the ctors would be identical, and the jvmname of a ctor cannot be altered via annotation. one way would be to implement operator fun invoke on the companion object but thats a huge smell. this problem probably wont exist anymore after #9 gets done though
for actual type safety
The text was updated successfully, but these errors were encountered: