-
Notifications
You must be signed in to change notification settings - Fork 20
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
Embed dependencies brake Kotlin projects compilation #107
Comments
If I tried |
Hi @dlecan 👋 I ran
|
Was it intended to publish a fat jar? This line is breaking everything: Line 88 in 1b365bb
|
Is there any update on this? I can't upgrade past |
Hello,
I wonder why the Kotlin runtime is packaged with this "fat" jar.
It leads to compilation errors:
w: Some JAR files in the classpath have the Kotlin Runtime library bundled into them. This may cause difficult to debug problems if there's a different version of the Kotlin Runtime library in the classpath. Consider removing these libraries from the classpath
Then it breaks compilation.
Look at the content of the jar:
https://repo1.maven.org/maven2/com/smartcar/sdk/java-sdk/3.2.1/java-sdk-3.2.1.jar
Content :
Is it possible to download somewhere only the
com.smartcar.*
jar ?The text was updated successfully, but these errors were encountered: