Hello, is there a compose example of how to use th...
# compose-desktop
d
Hello, is there a compose example of how to use the new
androidTarget
method in the build.gradle file? I want to add android support for my desktop app, but I'm not sure what else needs to be done as I get an error
a
Try to compare your build.gradle with one of the templates used for compose multiplatform
plus one 1
b
The only change to old way is using androidTarget instead of android dsl to setup the target (i.e. name only change). everything else still applies as before