-
Notifications
You must be signed in to change notification settings - Fork 175
#196 Update build configuration and workflows for enhanced local publ… #275
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
Changes from all commits
5986d94
07ff6f0
c375ea9
1989a90
b6aa8e1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,8 @@ org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true | |
| # Kotlin | ||
| kotlin.code.style=official | ||
| kotlin.daemon.jvmargs=-Xmx4G | ||
| # Build JS targets using npm package manager https://kotlinlang.org/docs/js-project-setup.html#npm-dependencies | ||
| kotlin.js.yarn=false | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Do we want to use There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, it's Kotlin doing this for us. Or it will require Yarn to be installed. I just don't have Yarn on my fresh laptop ;) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Then we should remove this property, if I understood the documentation correctly. |
||
| # MPP | ||
| kotlin.mpp.enableCInteropCommonization=true | ||
| kotlin.native.ignoreDisabledTargets=true | ||
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.
you can simplify this by using the following:
./gradlew kotlin-mcp-client:build kotlin-mcp-server:build weather-stdio-server:build