Wacky Kotlin suggestion: ``` object : SomeInterfac...
# gradle
j
Wacky Kotlin suggestion:
Copy code
object : SomeInterface by Delegates.unsupportedOperation()
Able to create an entire interface where all methods return
UnsupportedOperationException