Search code examples
mutiny

What's the miniumum Java SDK for using Mutiny?


I want to ask what's the minimum Java SDK for implementing Mutiny? Is it possible to implement this using Java 6?


Solution

  • At the moment, Mutiny requires Java 8. There are discussions to switch to Java 11.