Kotlin / xcode-compat

AppCode helper for Kotlin/Native and Xcode
Apache License 2.0
21 stars 5 forks source link

Use same Java as in IntelliJ #6

Open jonnyzzz opened 5 years ago

jonnyzzz commented 5 years ago

It is possible to run Gradle in IntelliJ with one JRE while having the other one as default JRE on the system. Different JREs will make Gradle start several different Gradle wrappers.

It will be better to use the same JRE as it was from IntelliJ/AndroidStudio via generating a dedicated script that is used from Xcode build