Hi All, If I want to see the Info log info for KSP...
# ksp
e
Hi All, If I want to see the Info log info for KSP debugging, where can I set the
--verbose
mode through IntelliJ or Android Studio? I post the question in https://stackoverflow.com/questions/75601653/how-to-set-verbose-in-intellij-android-studio-for-ksp-debugging-purposes too. Thanks 🙏
j
Can you try add
--info
to your gradle command? To do that in Intellij, click on gradle task dropdown menu -> Edit configurations -> click on the gradle task you are running -> append
--info
to the end of your gradle command in
Run
input field.
e
Thanks this helps. I need to add to the command line table as https://stackoverflow.com/a/75611015, then it works.