Join Slack
Powered by
Given a project with a structure like the projects...
# compose-desktop
m
Michael Paus
03/07/2023, 3:00 PM
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.
Michael Paus
03/07/2023, 6:16 PM
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
Alexander Maryanovsky
03/07/2023, 6:56 PM
Maybe
@alexey.tsvetkov
can help.
m
Michael Paus
03/08/2023, 11:39 AM
Any further ideas on this or do you think this might be a structural problem in the new project templates which I should report?
9
Views
Open in Slack
Previous
Next