Given a project with a structure like the projects...
# compose-desktop
m
Given a project with a structure like the projects in https://github.com/JetBrains/compose-multiplatform/tree/master/experimental/examples where should one place the file(s) with the proguards rules and in which of the many gradle files do you configure them? Whatever I tried just resulted in some configuration error.
I also tried to follow this example from JetBrains https://github.com/JetBrains/compose-multiplatform/tree/master/examples/issues/desktop but that seems to be too simplistic. When I do the same with my ProGuard file I get lots of error message like this: That’s because these dependencies are declared in some other gradle file and not here.
a
Maybe @alexey.tsvetkov can help.
m
Any further ideas on this or do you think this might be a structural problem in the new project templates which I should report?