roookeee / datus

datus enables you to define a conversion process between two data structures in a fluent functional API
MIT License
41 stars 5 forks source link

Add tests for other JVM languages #25

Closed roookeee closed 5 years ago

roookeee commented 5 years ago

Currently datus cannot be used in Kotlin as outlined here - Kotlins compiler can't infer the generic type parameters as accurately as Java.

We should add some tests for Scala and Kotlin (once the inference is more capable) to ensure datus really works with these languages.

roookeee commented 5 years ago

As it turns out neither Kotlin or Scala work to a degree that would be acceptable, lets close this (added a note in the readme)