-
Notifications
You must be signed in to change notification settings - Fork 451
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
Add MPP Native support for Arrow Core, Fx & Optics #2466
Conversation
# Conflicts: # .github/workflows/build_js.yml # .github/workflows/build_jvm.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏🏾 💚
compileOnly "com.squareup.retrofit2:retrofit:$RETROFIT_VERSION" | ||
testCompileOnly "org.jetbrains.kotlin:kotlin-reflect:$KOTLIN_VERSION" | ||
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:$JUNIT_VINTAGE_VERSION" | ||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$KOTLIN_VERSION" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what to do here. It was compileOnly, but the Gradle docs recommend not to use it and non of the KotlinX libs use it but they follow the std by version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢 👏
Adds native targets for all MPP modules.