Hi. how do I disable Gradle logs? in normal projec...
# multiplatform
g
Hi. how do I disable Gradle logs? in normal project I can write
org.gradle.logging.level=quiet
and there are no logs printed. But for a project from here https://kmp.jetbrains.com sometimes it still prints random stuff
it will not print logs when pressing green button to build and run app. But it will print logs for a test which is in commonTest
Screenshot 2024-07-18 at 19.30.36.png