Join Slack
Powered by
Just to know, is there an underlying restriction f...
# kvision
k
Kumaran Masilamani
04/02/2021, 5:25 AM
Just to know, is there an underlying restriction for this framework level rule?
r
Robert Jaros
04/02/2021, 11:58 AM
There is an open issue with a bit of info.
https://github.com/rjaros/kvision/issues/158
k
Kumaran Masilamani
04/02/2021, 12:08 PM
Cheers.. By the way, I worked around with a hack, by making the service return a List<MyObject> 🙂
r
Robert Jaros
04/02/2021, 12:15 PM
you could easily return a wrapper data class as well:
Copy code
@Serializable data class MyWrapper(val o: MyObject?)
👍 1
Open in Slack
Previous
Next