hi - I am just getting started with kotlin with a ...
# getting-started
s
hi - I am just getting started with kotlin with a little module in a bigger java project. I need to pass java Optional to a java module from the kotlin module. Is there an ‘implicit’ conversion from kotlin option type (?) to java Optional?