Skip to content
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

Fix issues and update examples #32

Merged
merged 15 commits into from
Dec 2, 2023
Merged

Fix issues and update examples #32

merged 15 commits into from
Dec 2, 2023

Conversation

ImaginativeShohag
Copy link
Owner

No description provided.

buildSrc/src/main/kotlin/Libs.kt Show resolved Hide resolved
buildSrc/src/main/kotlin/Libs.kt Outdated Show resolved Hide resolved
buildSrc/src/main/kotlin/Libs.kt Show resolved Hide resolved
buildSrc/src/main/kotlin/Libs.kt Show resolved Hide resolved
buildSrc/src/main/kotlin/Libs.kt Show resolved Hide resolved
buildSrc/src/main/kotlin/Libs.kt Show resolved Hide resolved
buildSrc/src/main/kotlin/Libs.kt Show resolved Hide resolved
buildSrc/src/main/kotlin/Libs.kt Show resolved Hide resolved
buildSrc/src/main/kotlin/Libs.kt Show resolved Hide resolved
buildSrc/src/main/kotlin/Libs.kt Show resolved Hide resolved

const val compose = "io.coil-kt:coil-compose:$version"
const val svg = "io.coil-kt:coil-svg:$version"
}

object DiffPlug {
const val version = "6.22.0"
const val version = "6.23.2"
Copy link

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:property-naming reported by reviewdog 🐶
Property name should use the screaming snake case notation when the value can not be changed


const val spotless = "com.diffplug.spotless"
}

object Gradle {
const val version = "8.1.2"
const val version = "8.2.0"
Copy link

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:property-naming reported by reviewdog 🐶
Property name should use the screaming snake case notation when the value can not be changed

const val analytics = "com.google.firebase:firebase-analytics-ktx"

const val crashlyticsGradlePlugin = "com.google.firebase.crashlytics"
}

object Hilt {
const val version = "2.48.1"
const val version = "2.49"
Copy link

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:property-naming reported by reviewdog 🐶
Property name should use the screaming snake case notation when the value can not be changed

}

object Compose {
private const val bomVersion = "2023.10.01"
const val compilerVersion = "1.5.3"
const val compilerVersion = "1.5.5"
Copy link

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:property-naming reported by reviewdog 🐶
Property name should use the screaming snake case notation when the value can not be changed

private const val runtimeTracingVersion = "1.0.0-alpha04"

// TODO: Remove when library gets stable.
private const val material3Version = "1.2.0-alpha12"
Copy link

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:property-naming reported by reviewdog 🐶
Property name should use the screaming snake case notation when the value can not be changed

}

object Room {
private const val version = "2.6.0"
private const val version = "2.6.1"
Copy link

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:property-naming reported by reviewdog 🐶
Property name should use the screaming snake case notation when the value can not be changed

@ImaginativeShohag ImaginativeShohag merged commit af98a4e into dev Dec 2, 2023
2 checks passed
@ImaginativeShohag ImaginativeShohag deleted the apply-ktlint branch December 2, 2023 15:57
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.

1 participant