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
@wilkinsona the last bits are removed as part of #275 - As for the rest, isn't that there for cross-compilation? We do support java+groovy for Groovy-based projects. Doesn't it make sense for Kotlin-based projects? ping @sdeleuze
While mixed Java + Kotlin project are common on existing Java project, I tend to think most Kotlin newly created projects will just use Kotlin code, so indeed that could make sense to remove sourceCompatibility and targetCompatibility.
I don't think target and source compatibility make sense:
I'm also not sure about the configuration of Eclipse's classpath, but I'd have to look at Kotlin's Eclipse plugin more closely to be sure.
If the above isn't needed, then it might also be possible to stop applying the Eclipse plugin too.
The text was updated successfully, but these errors were encountered: