platops-example-library

This is an example minimal library with a support for cross-compilation for Play 2.8 and 2.9.

In this example, we've used TypedMap to show how to deal with breaking changes between different library versions. The gist of it is to create different modules (play-2.8 and play-2.9) that contain a different implementation according to their particular versions.