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

Version 1.1.x has corrupted pom file #2

Closed
ktarasenko opened this issue Jun 20, 2017 · 4 comments
Closed

Version 1.1.x has corrupted pom file #2

ktarasenko opened this issue Jun 20, 2017 · 4 comments

Comments

@ktarasenko
Copy link

Version of kotlin stdlib is missing in the pom file on jcenter. Version 1.0.0 works for me

<dependency>
  <groupId>org.jetbrains.kotlin</groupId>
     <artifactId>kotlin-stdlib</artifactId>
     <scope>runtime</scope>
</dependency>
@debop
Copy link
Owner

debop commented Jul 3, 2017

Kotlin stdlib version move fast. so we not defined specified stdlib version.
You can choose your stdlib version.

@ktarasenko
Copy link
Author

That's okay, but If pom file has dependency, it should also have version, otherwise pom file is mailformed and sync fails, at least for me.

@debop
Copy link
Owner

debop commented Jul 13, 2017

@ktarasenko check out 1.1.3 please

@ktarasenko
Copy link
Author

Works for me. Thanks

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

No branches or pull requests

2 participants