If I want to try out keep-87, should I build the Kotlin fork and add it to my project?
p
pakoito
10/13/2019, 6:30 PM
the prototype is very outdated now, you’ll need to wait a couple of months 😉
g
girafferson
10/13/2019, 6:42 PM
Ok 🥺
m
Matt Thiffault
10/13/2019, 6:58 PM
Though FYI, I was trying to do something that I thought would require keep-87, but then I discovered that Kotlin can do inheritance/implementation by instance.
Matt Thiffault
10/13/2019, 6:59 PM
So you can do stuff like:
class CloseableThing(val thing: ThingType) : ThingType by thing, Closeable { override fun close()...
r
raulraja
10/14/2019, 6:36 AM
The link in the instructions of the keep will let you try the first proposed version
raulraja
10/14/2019, 6:37 AM
We are working on finishing up a version with compiler plugins that has enhanced features that were not proposed in the keep.