allowIndirectSuperCalls

abstract val allowIndirectSuperCalls: Property<Boolean>

Deprecated

Scheduled to be removed. Due to https://youtrack.jetbrains.com/issue/KT-71283 it won't work in most cases. Also, this feature is a little bit hacky and probably not very useful.

Allows indirect super calls, that are illegal in source sets but can be generated by the compiler plugin.

By default, it is disabled.