Patrick Hum
Patrick Hum
We did find a workaround using `SerializersModule` but the default behavior seems odd. ```kt polymorphicDefaultDeserializer(Base::class) { className -> when (className) { "b" -> Base.InnerBase.Companion else -> error("Unknown type $className") }...
+1 to this problem. cc @kizitonwose I've also opened an issue on the Jitpack side in case its a problem on their end https://github.com/jitpack/jitpack.io/issues/6400
For those who are struggling with the same problem, the artifact ID seems to have changed from CalendarView -> Calendar Try using com.github.kizitonwose:Calendar:1.1.0 instead.