What should I do to see KSP `<http://logger.info|l...
# ksp
n
What should I do to see KSP
<http://logger.info|logger.info>()
messages while compiling in Idea? Messages by
warn()
and
error()
is displayed on the console but
info()
is not. Thanks.
j
if you are running tasks directly from IDE, you should be able to set the gradle arguments in
Edit Configurations
at task select drop down menu, and add
--info
argument to your gradle task.
🙏 1
👀 1