Skip to content

5.0.1

Latest
Compare
Choose a tag to compare
@bbakerman bbakerman released this 06 Jul 08:53
e80bd44

This release updates the JSpecify nullable annotations on the BatchLoader method variants so that they work as expected with Kotlin 2 and its stronger enforcement of JSpecify annotations

eg they are now updated like this.

public interface BatchLoader<K, V extends @Nullable Object>

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.0.1