1

It currently looks like this, which is very similar to the Debug window's console, and which I do not like.

Before it used to show something along the lines of

*java kotlinc stuff like that commands here(It was condensed so I'm not sure on the exact details)*

Part 1: 232
Part 2: 1783

Now it shows the above screenshot.

I'm not sure what caused this issue, I was having a few issues with the Kotlin plugin, I proceeded to reinstall and restart IntelliJ it which fixed the issues I was having but it changed the view to this.

I'm running on version 2020.3.1 of IntelliJ Ultimate

1 Answer 1

2

For Gradle-based projects, IDE by default delegates the build and run actions to Gradle.

If you want to run and build with IDE's own runner and builder, switch to IntelliJ IDEA the Settings (Preferences on macOS) | Build, Execution, Deployment | Build Tools | Gradle | Build and run using.

See also Configure the build and run actions documentation about this functionality.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.