Skip to content

Commit 0e18362

Browse files
deploy: 9fc97ed
1 parent 66b008e commit 0e18362

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

app-43eee85ca7c6ad7f0c0e.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

news/gsoc-2023-eclipse-gradle-kotlin/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

news/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"componentChunkName":"component---src-components-post-index-tsx-content-file-path-home-runner-work-kotlinfoundation-github-io-kotlinfoundation-github-io-src-pages-news-gsoc-2023-eclipse-gradle-kotlin-index-md","path":"/news/gsoc-2023-eclipse-gradle-kotlin/","result":{"pageContext":{"frontmatter":{"title":"Google Summer of Code 2023 – Eclipse Gradle Kotlin Script Support","date":"2023-12-18 10:00"}}},"staticQueryHashes":["1980934012","2510804137","2645117256","300835257","3764592887","914412448"],"slicesMap":{}}
1+
{"componentChunkName":"component---src-components-post-index-tsx-content-file-path-home-runner-work-kotlinfoundation-github-io-kotlinfoundation-github-io-src-pages-news-gsoc-2023-eclipse-gradle-kotlin-index-md","path":"/news/gsoc-2023-eclipse-gradle-kotlin/","result":{"pageContext":{"frontmatter":{"title":"Google Summer of Code 2023 – Eclipse Gradle Kotlin Script Support","date":"2024-01-05 10:00"}}},"staticQueryHashes":["1980934012","2510804137","2645117256","300835257","3764592887","914412448"],"slicesMap":{}}

page-data/sq/d/2645117256.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"data":{"allFile":{"nodes":[{"publicURL":"/static/2ccffed37f0f6383670aa87ef5a36ca2/1.svg"},{"publicURL":"/static/e189316ab09ad47d219aaf91f09a387b/2.svg"},{"publicURL":"/static/118634ac589c2a20f11d9b3a67212c2b/3.svg"},{"publicURL":"/static/ba180f6e712a02b38bf5614a7607060e/6.svg"},{"publicURL":"/static/fe26c911b9cc312ecf3525a5179f14a3/7.svg"},{"publicURL":"/static/b606daf00c0d09076a9a18453e4b130b/8.svg"},{"publicURL":"/static/03d69afbc6b4df65fcb501c5068e10c9/4.svg"},{"publicURL":"/static/82f23f2b6490fccf9937d7d8b1910a7d/5.svg"}]}}}
1+
{"data":{"allFile":{"nodes":[{"publicURL":"/static/2ccffed37f0f6383670aa87ef5a36ca2/1.svg"},{"publicURL":"/static/e189316ab09ad47d219aaf91f09a387b/2.svg"},{"publicURL":"/static/118634ac589c2a20f11d9b3a67212c2b/3.svg"},{"publicURL":"/static/03d69afbc6b4df65fcb501c5068e10c9/4.svg"},{"publicURL":"/static/82f23f2b6490fccf9937d7d8b1910a7d/5.svg"},{"publicURL":"/static/ba180f6e712a02b38bf5614a7607060e/6.svg"},{"publicURL":"/static/fe26c911b9cc312ecf3525a5179f14a3/7.svg"},{"publicURL":"/static/b606daf00c0d09076a9a18453e4b130b/8.svg"}]}}}

page-data/sq/d/2795319809.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

page-data/sq/d/300835257.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"data":{"allMdx":{"nodes":[{"id":"35934900-85cb-523f-b9dd-f5f8a1ee9b2b","excerpt":"The Kotlin Foundation sponsored 4 projects for the Google Summer of Code 2023, and we are excited to announce the completion of the Eclipse Gradle Kotlin Script Support project! Gradle, a Kotlin Foundation member, provided mentoring support for this project, and we'd like to share details about the project. The contributor to this project was Nikolai Vladimirov, a third-year student from Constructor University, and the mentor was Donát Csikós, a Senior Software Engineer at Gradle. The project aimed to bring support for Gradle Kotlin Scripts (.kts) to the Eclipse IDE.\n\nThe initial goal was to improve user interaction with Gradle Kotlin scripts inside the Eclipse IDE. The goal was to implement the following functionality:\n\nSyntax highlighting for Kotlin scripts Content assistance Go-to-definition Accurate diagnostics for syntax errors Signature help Hovering\n\nNikolai successfully delivered these features by implementing support for Kotlin scripts based on the existing kotlin-language-server project, creating a new system to separate compilation environments for each build script. Here are examples of each feature:\n\nSyntax highlighting for .kts scripts\n\nContent assistance\n\nGo-to-definition\n\nAccurate Diagnostics for syntax errors\n\nSignature help\n\nHovering\n\nInstallation\n\nThe new features are not yet production-ready, and it currently does not work on Windows. Consequently, they are delivered as optional installables. You can find them in the latest update sites under the Buildship Extras - Incubating category.\n\nNext Steps\n\nIf you'd like to get involved with improving the Eclipse Kotlin Gradle Script support, there are two parts:\n\nEclipse plugin: The plugin is part of the Buildship project. The implementation is in the org.eclipse.buildship.kotlindsl.provider subproject. Language server: The IDE-agnostic components are implemented in this repository in the GSoC-work branch.\n\nThe remaining tasks are to add a couple of minor features and incrementally improve the reliability, stability, and performance of this plugin.\n\nWe are grateful for Nikolai and Donát's contributions to making Kotlin better for developers!","fields":{"slug":"/news/gsoc-2023-eclipse-gradle-kotlin/"},"frontmatter":{"date":"December 18, 2023","title":"Google Summer of Code 2023 – Eclipse Gradle Kotlin Script Support","spoilerSize":null}},{"id":"72da5ba2-df88-57d6-86a1-c0f205dc0d6f","excerpt":"Dear Kotlin Community, We would like to announce recent changes in the Kotlin Foundation:\n\nNew Lead Language Designer\n\nMikhail Zarechenskii has been voted in unanimously as the Lead Language Designer by the Founding members of the Foundation. Mikhail has been an integral part of the Kotlin team and has been working on the compiler, as well as tooling for a number of years. His current role at JetBrains is lead of the Language Evolution Team, making him the perfect candidate for this role.\n\nNew Board Member\n\nHadi Hariri has been unanimously voted in as board member. Hadi has been in the Kotlin community from the very early days and has been actively involved in the Kotlin Foundation from its inception, serving both on the Operating Committee, as well as the Trademark Committee. He currently oversees Developer Advocacy and Open Source Ecosystem at JetBrains.\n\nNew Ecosystem Committee Member\n\nSebastian Aigner has been appointed as a member of the Ecosystem Committee. In his current role as Developer Advocate at JetBrains, Sebastian has intimate contact with the community, understanding not only the needs of developers, but also library authors.\n\nFinally, we’d like to take this opportunity to thank Roman Elizarov for his years of contribution and dedication to Kotlin and its community. Roman’s work, from leading the Kotlin team to coroutines, courses, and talks, have been priceless for Kotlin. He has inspired many folks.\n\nOn behalf of the Kotlin Foundation, thank you Roman for everything you have done.","fields":{"slug":"/news/foundation-changes-oct-23/"},"frontmatter":{"date":"October 26, 2023","title":"Mikhail Zarechenskii named the new Lead Language Designer and other changes in the Kotlin Foundation","spoilerSize":90}}]}}}
1+
{"data":{"allMdx":{"nodes":[{"id":"35934900-85cb-523f-b9dd-f5f8a1ee9b2b","excerpt":"The Kotlin Foundation sponsored 4 projects for the Google Summer of Code 2023, and we are excited to announce the completion of the Eclipse Gradle Kotlin Script Support project! Gradle, a Kotlin Foundation member, provided mentoring support for this project, and we'd like to share details about the project. The contributor to this project was Nikolai Vladimirov, a third-year student from Constructor University, and the mentor was Donát Csikós, a Senior Software Engineer at Gradle. The project aimed to bring support for Gradle Kotlin Scripts (.kts) to the Eclipse IDE.\n\nThe initial goal was to improve user interaction with Gradle Kotlin scripts inside the Eclipse IDE. The goal was to implement the following functionality:\n\nSyntax highlighting for Kotlin scripts Content assistance Go-to-definition Accurate diagnostics for syntax errors Signature help Hovering\n\nNikolai successfully delivered these features by implementing support for Kotlin scripts based on the existing kotlin-language-server project, creating a new system to separate compilation environments for each build script. Here are examples of each feature:\n\nSyntax highlighting for .kts scripts\n\nContent assistance\n\nGo-to-definition\n\nAccurate Diagnostics for syntax errors\n\nSignature help\n\nHovering\n\nInstallation\n\nThe new features are not yet production-ready, and it currently does not work on Windows. Consequently, they are delivered as optional installables. You can find them in the latest update sites under the Buildship Extras - Incubating category.\n\nNext Steps\n\nIf you'd like to get involved with improving the Eclipse Kotlin Gradle Script support, there are two parts:\n\nEclipse plugin: The plugin is part of the Buildship project. The implementation is in the org.eclipse.buildship.kotlindsl.provider subproject. Language server: The IDE-agnostic components are implemented in this repository in the GSoC-work branch.\n\nThe remaining tasks are to add a couple of minor features and incrementally improve the reliability, stability, and performance of this plugin.\n\nWe are grateful for Nikolai and Donát's contributions to making Kotlin better for developers!","fields":{"slug":"/news/gsoc-2023-eclipse-gradle-kotlin/"},"frontmatter":{"date":"January 05, 2024","title":"Google Summer of Code 2023 – Eclipse Gradle Kotlin Script Support","spoilerSize":null}},{"id":"72da5ba2-df88-57d6-86a1-c0f205dc0d6f","excerpt":"Dear Kotlin Community, We would like to announce recent changes in the Kotlin Foundation:\n\nNew Lead Language Designer\n\nMikhail Zarechenskii has been voted in unanimously as the Lead Language Designer by the Founding members of the Foundation. Mikhail has been an integral part of the Kotlin team and has been working on the compiler, as well as tooling for a number of years. His current role at JetBrains is lead of the Language Evolution Team, making him the perfect candidate for this role.\n\nNew Board Member\n\nHadi Hariri has been unanimously voted in as board member. Hadi has been in the Kotlin community from the very early days and has been actively involved in the Kotlin Foundation from its inception, serving both on the Operating Committee, as well as the Trademark Committee. He currently oversees Developer Advocacy and Open Source Ecosystem at JetBrains.\n\nNew Ecosystem Committee Member\n\nSebastian Aigner has been appointed as a member of the Ecosystem Committee. In his current role as Developer Advocate at JetBrains, Sebastian has intimate contact with the community, understanding not only the needs of developers, but also library authors.\n\nFinally, we’d like to take this opportunity to thank Roman Elizarov for his years of contribution and dedication to Kotlin and its community. Roman’s work, from leading the Kotlin team to coroutines, courses, and talks, have been priceless for Kotlin. He has inspired many folks.\n\nOn behalf of the Kotlin Foundation, thank you Roman for everything you have done.","fields":{"slug":"/news/foundation-changes-oct-23/"},"frontmatter":{"date":"October 26, 2023","title":"Mikhail Zarechenskii named the new Lead Language Designer and other changes in the Kotlin Foundation","spoilerSize":90}}]}}}

page-data/sq/d/914412448.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"data":{"allMdx":{"nodes":[{"id":"dcc08480-bf0d-5f92-9cb3-07d3eab0aa22","fields":{"slug":"/news/first-silver-members/"},"frontmatter":{"title":"Gradle Inc, Touchlab, and Shopify become Kotlin Foundation's first Silver Members","date":"April 13, 2023","coverImage":{"publicURL":"/static/ee19b47a2d158e670e969f48a0a37c47/cover.jpg"},"socialImage":{"publicURL":"/static/d179f70fc031643c7fe35fe72935acde/social.png"}}},{"id":"8b822bad-b49a-5e4c-9c74-f2da52b8f8b7","fields":{"slug":"/news/announcing-membership-program/"},"frontmatter":{"title":"Announcing the Kotlin Foundation membership program","date":"April 13, 2023","coverImage":{"publicURL":"/static/c352993a9ab2c65051750f94c04e4267/cover.jpg"},"socialImage":{"publicURL":"/static/580b55810fe37f9ee4ec1ed2beaa162c/social.png"}}},{"id":"72da5ba2-df88-57d6-86a1-c0f205dc0d6f","fields":{"slug":"/news/foundation-changes-oct-23/"},"frontmatter":{"title":"Mikhail Zarechenskii named the new Lead Language Designer and other changes in the Kotlin Foundation","date":"October 26, 2023","coverImage":null,"socialImage":null}},{"id":"122824ae-b9ae-579e-a905-3911d5c44af4","fields":{"slug":"/news/grants-program-goes-live/"},"frontmatter":{"title":"The Kotlin Foundation grants program is live","date":"April 13, 2023","coverImage":{"publicURL":"/static/6d80e70d11e665f464fd042170f59419/cover.jpg"},"socialImage":{"publicURL":"/static/d9ae749d6a8cb638382e3a887262826a/social.png"}}},{"id":"f93a3417-9fee-5891-b539-77a3e749f963","fields":{"slug":"/news/grants-program-winners-23/"},"frontmatter":{"title":"The Kotlin Foundation Announces Grants Program Winners","date":"July 05, 2023","coverImage":{"publicURL":"/static/484ba0fca4f55297c434eec881fb8fc1/cover.png"},"socialImage":{"publicURL":"/static/0260a0a1b697da3824b8a8c150da1794/social.png"}}},{"id":"35934900-85cb-523f-b9dd-f5f8a1ee9b2b","fields":{"slug":"/news/gsoc-2023-eclipse-gradle-kotlin/"},"frontmatter":{"title":"Google Summer of Code 2023 – Eclipse Gradle Kotlin Script Support","date":"December 18, 2023","coverImage":null,"socialImage":null}},{"id":"069db322-b7b1-59d2-9616-c374c51778d6","fields":{"slug":"/news/kotlin-multiplatform-contest-results/"},"frontmatter":{"title":"Results of the Kotlin Multiplatform contest: meet the winners","date":"April 13, 2023","coverImage":{"publicURL":"/static/40c058f75b5f8ea3de49983764556658/cover.jpg"},"socialImage":{"publicURL":"/static/fdc8e514b72c3237a1329c8046387080/social.png"}}},{"id":"d9ed0ff4-85ae-55ce-aef5-62a8a510871a","fields":{"slug":"/news/new-ecosystem-committee/"},"frontmatter":{"title":"The Kotlin Foundation Establishes the New Ecosystem Committee","date":"May 25, 2023","coverImage":null,"socialImage":null}}]}}}
1+
{"data":{"allMdx":{"nodes":[{"id":"8b822bad-b49a-5e4c-9c74-f2da52b8f8b7","fields":{"slug":"/news/announcing-membership-program/"},"frontmatter":{"title":"Announcing the Kotlin Foundation membership program","date":"April 13, 2023","coverImage":{"publicURL":"/static/c352993a9ab2c65051750f94c04e4267/cover.jpg"},"socialImage":{"publicURL":"/static/580b55810fe37f9ee4ec1ed2beaa162c/social.png"}}},{"id":"dcc08480-bf0d-5f92-9cb3-07d3eab0aa22","fields":{"slug":"/news/first-silver-members/"},"frontmatter":{"title":"Gradle Inc, Touchlab, and Shopify become Kotlin Foundation's first Silver Members","date":"April 13, 2023","coverImage":{"publicURL":"/static/ee19b47a2d158e670e969f48a0a37c47/cover.jpg"},"socialImage":{"publicURL":"/static/d179f70fc031643c7fe35fe72935acde/social.png"}}},{"id":"72da5ba2-df88-57d6-86a1-c0f205dc0d6f","fields":{"slug":"/news/foundation-changes-oct-23/"},"frontmatter":{"title":"Mikhail Zarechenskii named the new Lead Language Designer and other changes in the Kotlin Foundation","date":"October 26, 2023","coverImage":null,"socialImage":null}},{"id":"122824ae-b9ae-579e-a905-3911d5c44af4","fields":{"slug":"/news/grants-program-goes-live/"},"frontmatter":{"title":"The Kotlin Foundation grants program is live","date":"April 13, 2023","coverImage":{"publicURL":"/static/6d80e70d11e665f464fd042170f59419/cover.jpg"},"socialImage":{"publicURL":"/static/d9ae749d6a8cb638382e3a887262826a/social.png"}}},{"id":"f93a3417-9fee-5891-b539-77a3e749f963","fields":{"slug":"/news/grants-program-winners-23/"},"frontmatter":{"title":"The Kotlin Foundation Announces Grants Program Winners","date":"July 05, 2023","coverImage":{"publicURL":"/static/484ba0fca4f55297c434eec881fb8fc1/cover.png"},"socialImage":{"publicURL":"/static/0260a0a1b697da3824b8a8c150da1794/social.png"}}},{"id":"35934900-85cb-523f-b9dd-f5f8a1ee9b2b","fields":{"slug":"/news/gsoc-2023-eclipse-gradle-kotlin/"},"frontmatter":{"title":"Google Summer of Code 2023 – Eclipse Gradle Kotlin Script Support","date":"January 05, 2024","coverImage":null,"socialImage":null}},{"id":"069db322-b7b1-59d2-9616-c374c51778d6","fields":{"slug":"/news/kotlin-multiplatform-contest-results/"},"frontmatter":{"title":"Results of the Kotlin Multiplatform contest: meet the winners","date":"April 13, 2023","coverImage":{"publicURL":"/static/40c058f75b5f8ea3de49983764556658/cover.jpg"},"socialImage":{"publicURL":"/static/fdc8e514b72c3237a1329c8046387080/social.png"}}},{"id":"d9ed0ff4-85ae-55ce-aef5-62a8a510871a","fields":{"slug":"/news/new-ecosystem-committee/"},"frontmatter":{"title":"The Kotlin Foundation Establishes the New Ecosystem Committee","date":"May 25, 2023","coverImage":null,"socialImage":null}}]}}}

structure/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)