rkechols
03/03/2025, 9:10 AMprintln
statements that I can see when running in my IDE.
When I do a full build using Gradle packageDistributionForCurrentOs
and use the MSI to install, I can run the installed EXE from a terminal, but the terminal doesn't show the prints on stdout.
Is there something in the Multiplatform build process that strips/suppresses println
statements?rkechols
03/03/2025, 9:11 AMcreateDistributable
rkechols
03/03/2025, 9:15 AMSystem.out.println
to work (once it's fully built)ephemient
03/03/2025, 10:30 AMrkechols
03/03/2025, 4:13 PMMichal Landsman
03/03/2025, 10:27 PMrkechols
03/03/2025, 10:31 PM