Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@KevinSchildhorn
Copy link

No description provided.

@KevinSchildhorn KevinSchildhorn requested a review from samhill303 May 5, 2025 12:42
Renamed backgroundDispatcher to BackgroundDispatcher
root = true

[*.{kt,kts}]
end_of_line = lf

Choose a reason for hiding this comment

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

Should we set this? Git automatically changes end_of_line based on the platform so this might result in a lot of changes if this project is opened on Windows.

Copy link
Author

Choose a reason for hiding this comment

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

Oh interesting point. It's in the other .editorConfigs in other projects so we'd want to remove it from those as well.

build.gradle.kts Outdated
alias(libs.plugins.dokka) apply false
alias(libs.plugins.touchlab.docusaurusosstemplate)
alias(libs.plugins.mavenPublish) apply false
id("org.jlleitschuh.gradle.ktlint") version "12.2.0" apply false

Choose a reason for hiding this comment

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

Please move this to libs.versions.toml?

Copy link
Author

Choose a reason for hiding this comment

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

moved

- name: Run Gradle Build
run: ./gradlew build --no-daemon --stacktrace --no-build-cache
run: ./gradlew ktlintCheck build --no-daemon --stacktrace --no-build-cache

Choose a reason for hiding this comment

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

build includes check, and since we configured check to depend on ktlintCheck, we don't need to specify it explicitly here.

Copy link
Author

Choose a reason for hiding this comment

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

reverted it

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.

4 participants