Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross compile Kotlin & Java11 #11

Open
MarioCodes opened this issue Jun 25, 2019 · 0 comments
Open

Cross compile Kotlin & Java11 #11

MarioCodes opened this issue Jun 25, 2019 · 0 comments
Labels

Comments

@MarioCodes
Copy link
Owner

MarioCodes commented Jun 25, 2019

Right now, all my Kotlin projects compile together with Java8. There's not much support to change to Java11 and I couldn't find any version of the following plugin for Java11

<dependency>
    <groupId>org.jetbrains.kotlin</groupId>
    <artifactId>kotlin-stdlib-jdk8</artifactId>
    <version>${kotlin.version}</version>
</dependency>

Couldn't find anything at all at Stackoverflow neither. Check again in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant