Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
For Kotlin 2.0 and KSP 2.0 the Cannot change attributes of configuration ':composeApp:debugFrameworkIosX64' after it has been locked for mutation
really seems like a KSP issue. You should file a bug in their repository with a sample app if possible.
If you downgrade to Kotlin 1.9 then things 'should' work, there are example apps out there with such configuration, like the following one:
Description
The use-case is to 'drive' a Flow stream off invalidations from Room.
For example, say you have
TableOne
andTableTwo
and you want to combine data from both, querying in a transaction and avoiding intermediate emissions since an operation write both tables in a transaction. Then one could use such API to drive the stream, like this: