mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
7879ae681d
Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
184 B
Bash
10 lines
184 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
./gradlew \
|
|
:app:shared:compileKotlinJvm \
|
|
:utils:shared:compileKotlinJvm \
|
|
:app:desktop:compileKotlin \
|
|
--no-daemon \
|
|
--console=plain
|