Skip to content

Conversation

@ItoroD
Copy link
Collaborator

@ItoroD ItoroD commented Aug 21, 2025

No description provided.

@ItoroD ItoroD requested a review from thunderbiscuit as a code owner August 21, 2025 10:46
Copy link
Member

@thunderbiscuit thunderbiscuit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few nits but otherwise this looks good!

Comment on lines 3 to 6
plugins {
kotlin("jvm") version "2.1.10"
application
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I try to keep the fully qualified names for plugins when I can. This has over time also become the recommended way from Google to add plugins, because of how confusing the shortcuts can be. Here I suggest using

plugins {
    id("org.jetbrains.kotlin.jvm") version "2.1.10"
    id("application")
}

```sh
bash ./scripts/build-<your-local-architecture>.sh
```
## Run example files
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Markdown is very flexible, but just for consistency I try to follow the Google Style Guide for Markdown. In this case, you'd add blank spaces between your headings and text (one blank line before and one after).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@ItoroD ItoroD force-pushed the task-for-examples branch from 95221ae to c13a681 Compare August 21, 2025 13:04
Copy link
Member

@thunderbiscuit thunderbiscuit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK c13a681.

@thunderbiscuit thunderbiscuit merged commit c13a681 into bitcoindevkit:master Aug 21, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants