mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
6 lines
104 B
Groovy
6 lines
104 B
Groovy
include ':app'
|
|
{{~#each asset-packs}}
|
|
include ':{{this}}'{{/each}}
|
|
|
|
apply from: 'tauri.settings.gradle'
|