Can somebody explain to me how I can make a method...
# getting-started
u
Can somebody explain to me how I can make a method in an interface optional? I tried adding a function body to it but it does not work when I use my Kotlin Code in a Java project. I still have to implement the methods that have a default body.