-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Conversation
Navigation data pass example
Add storage cache using shared preference
|
||
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" |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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
No description provided.