You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, I want to express my gratitude for this fantastic project. I've been a very happy user of gradle-doctor in my Android projects, and it has been incredibly helpful. Thank you for your hard work!
I would like to use gradle-doctor for my Linux Kotlin/Native projects, which are developed in IntelliJ IDEA instead of Android Studio. However, I'm not entirely sure if it is appropriate to use this plugin in non-Android Studio projects.
The specific point of confusion is related to the JAVA_HOME is not set error:
Please set JAVA_HOME so that switching between Android Studio and the terminal does not trigger a full rebuild.
This error seems Android Studio-specific. I'm not sure if:
The error message is simply not generic enough and should include IntelliJ IDEA (if the issue affects both IDEs).
The error is indeed Android Studio-specific and doesn't apply to IntelliJ IDEA.
In the latter case, should I just ignore this error when using gradle-doctor with IntelliJ IDEA? Or does it not make sense to use this plugin outside of Android Studio at all?
The text was updated successfully, but these errors were encountered:
Hello!
First, I want to express my gratitude for this fantastic project. I've been a very happy user of gradle-doctor in my Android projects, and it has been incredibly helpful. Thank you for your hard work!
I would like to use gradle-doctor for my Linux Kotlin/Native projects, which are developed in IntelliJ IDEA instead of Android Studio. However, I'm not entirely sure if it is appropriate to use this plugin in non-Android Studio projects.
The specific point of confusion is related to the
JAVA_HOME is not set
error:This error seems Android Studio-specific. I'm not sure if:
In the latter case, should I just ignore this error when using gradle-doctor with IntelliJ IDEA? Or does it not make sense to use this plugin outside of Android Studio at all?
The text was updated successfully, but these errors were encountered: