Problem: data class generated by kotlin does not have a no arg constructor.
Solution: Solution found here. Add kotlin-noarg to build.gradle ( change if using other versions, more lines than needed are shown for context ) :
Developer from somewhere
Problem: data class generated by kotlin does not have a no arg constructor.
Solution: Solution found here. Add kotlin-noarg to build.gradle ( change if using other versions, more lines than needed are shown for context ) :