ryanw-mobile / GMap2ICal

Kotlin Compose for Desktop App. Convert Google Maps timeline to ICS for Calendar import
Apache License 2.0
27 stars 0 forks source link

[fix] Fix Gradle to allow running app from command line #148

Closed ryanw-mobile closed 9 months ago

ryanw-mobile commented 9 months ago

The Gradle build script has been incorrect so we have not been able to start the app from command line. A small change to fix this, which paves the way to implement automatic app build on CI (dependency: split configuration from the build process).