I'd say in general we try to keep the API stable w...
# tornadofx
r
I'd say in general we try to keep the API stable where possible. If we really want to make such a change without breaking things, we'll use
@JvmName
where possible, otherwise we'll add a new function with a different name.