-
Notifications
You must be signed in to change notification settings - Fork 413
Honor new application DSL from KMP 2.1.20 #1333
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
base: main
Are you sure you want to change the base?
Conversation
a717e7b
to
1bcf07c
Compare
…-app-block // Conflicts: // src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/ShadowApplicationPlugin.kt
7e18fc7
to
579f1d3
Compare
…-app-block // Conflicts: // src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/KmpPluginTest.kt
579f1d3
to
1d6150a
Compare
…-app-block // Conflicts: // src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/BasePluginTest.kt
200d077
to
c566f27
Compare
src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/ShadowKmpAppPlugin.kt
Outdated
Show resolved
Hide resolved
…-app-block # Conflicts: # src/functionalTest/kotlin/com/github/jengelman/gradle/plugins/shadow/KotlinPluginsTest.kt
…-app-block # Conflicts: # src/main/kotlin/com/github/jengelman/gradle/plugins/shadow/ShadowKmpPlugin.kt
target.binaries { | ||
executable { dsl -> |
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.
Any way to defer binaries
and executable
? I see binariesDsl
is private, we can't use it...
CC @antohaby
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.
CC @osipxd
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've created an issue to address this:
KT-77499 Provide a way to access and configure JVM binaries defined by users
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.
Thanks for this feedback!
https://kotlinlang.org/docs/whatsnew2120.html#kotlin-multiplatform-new-dsl-to-replace-gradle-s-application-plugin