Jolan Rensen [JetBrains]
12/16/2020, 4:48 PMproperty(ctx, { ... }) { prop: KtProperty ->
// now where is this property used?
Transform.replace(
replacing = prop,
newDeclaration = ...
)
}
raulraja
12/16/2020, 5:25 PMJolan Rensen [JetBrains]
12/16/2020, 5:26 PM