Stan Potemkin
01/06/2022, 4:35 PMbuild
the app.
However, the run
button currently takes about 3 minutes after any single change, and about 3 seconds if no changes were made.
Executing this:
./gradlew compileKotlinIosX64 --parallel --build-cache -i
Shows that there is a call to:
Run tool: "konanc" with args: -g -ea -target ios_x64 -p library -o <...>
with tens of source files as arguments (every source file, not just modified one)
Is there any possibility to prevent rebuilding shared.klib
from scratch every time?ephemient
01/06/2022, 4:40 PMephemient
01/06/2022, 4:41 PMkpgalligan
01/06/2022, 4:42 PMStan Potemkin
01/06/2022, 4:42 PMkpgalligan
01/06/2022, 4:51 PMStan Potemkin
01/06/2022, 4:59 PM