Hey folks, there is any plan to support at the gradle plugin or any type of tutorial to build CfD to snap?
b
Big Chungus
03/05/2021, 3:10 PM
You can always write your own. It's quite trivial to hook into kotlin plugin :)
j
jim
03/05/2021, 4:00 PM
Not specifically cfd-to-snap AFAIK; Compose for Desktop just uses jpackage under the hood to perform packaging. But looking at the snapcraft documentation, it looks like they support packaging JVM based apps:
• https://snapcraft.io/docs/java-applications
• https://snapcraft.io/blog/building-a-java-snap-by-example
So presumably it shouldn't be too hard to build as a jar and then package that jar as a snap using their official documentation.