Skip to content

Commit 392f100

Browse files
authored
Onboarding (#363)
1 parent 1bc1c4e commit 392f100

File tree

12 files changed

+446
-86
lines changed

12 files changed

+446
-86
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ on how to work with the project.
8484

8585
Contributions are made using Github [pull requests](https://help.github.com/en/articles/about-pull-requests):
8686

87-
[//]: # (TODO change repo link to the repo)
8887
1. Fork the `kotlinx.rpc` repository and work on your fork.
8988
2. [Create](https://github.com/kotlin/kotlinx-rpc/compare) a new PR with a request to merge to the **main** branch.
9089
3. Ensure that the description is clear and refers to an existing ticket/bug if applicable.

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,6 @@ For a working example, see the [sample gRPC project](/samples/grpc-app).
199199
`kotlinx.rpc` is an official [JetBrains](https://jetbrains.com) product and is primarily developed by the team at JetBrains, with
200200
contributions from the community.
201201

202-
[//]: # (## Documentation)
203-
204-
[//]: # (TODO: add docs site and most useful links)
205-
206202
## Support
207203

208204
Community support is available on the [Kotlin Slack kotlinx-rpc channel](https://kotlinlang.slack.com/archives/C072YJ3Q91V)

compiler-plugin/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2023-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
2+
# Copyright 2023-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
33
#
44

55
kotlin.code.style=official
@@ -29,7 +29,7 @@ kotlinx.rpc.plugin.internalDevelopment=true
2929
# Add this property to ~/.gradle/gradle.properties to avoid polluting git with unwanted changes
3030
#kotlinx.rpc.develocity.skipBuildScans=true
3131

32-
# Uncomment to skip adding git tags to Develocity build scan
32+
# Uncomment to skip adding git tags to Develocity build scan (might be good in docker when there is no git)
3333
# Add this property to ~/.gradle/gradle.properties to avoid polluting git with unwanted changes
3434
#kotlinx.rpc.develocity.skipGitTags=true
3535

0 commit comments

Comments
 (0)