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

Configuration: remove stdlib as transitive dependency #2320

Merged
merged 3 commits into from Mar 11, 2021

Conversation

rachelcarmena
Copy link
Member

Current status

stdlib appears as transitive dependency in all the Arrow libraries.

From POM files:

    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.4.31</version>
      <scope>compile</scope>
    </dependency>

Proposal

Remove the default stdlib added by Kotlin plugin to be able to add it with compileOnly configuration and to keep it internal.

@rachelcarmena rachelcarmena requested a review from a team March 10, 2021 12:13
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

Successfully merging this pull request may close these issues.

None yet

3 participants