Use Map.of(...)
and List.of(...)
internally when JDK 8 support is dropped
#102
Labels
Map.of(...)
and List.of(...)
internally when JDK 8 support is dropped
#102
There are some places where we'd like to use JDK9+ features like
Map.of(...)
andList.of(...)
. E.g. ImmutableList.kt and ImmutableMap.kt. When we drop JDK8 support we should revisit these.The text was updated successfully, but these errors were encountered: