Hi all. I have a legacy Java library, which target...
# javadevelopers
c
Hi all. I have a legacy Java library, which targets Java 8, and which has methods taking Map arguments. How can I patch this library so that when using it from kotlin, the Map arguments are seen as immutable maps?