mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
chore(deps): update dependency com.facebook:ktfmt to v0.45
This commit is contained in:
parent
62ebb43e6f
commit
93292c3d5a
2 changed files with 1 additions and 2 deletions
|
@ -50,6 +50,6 @@ class SpotlessPlugin : Plugin<Project> {
|
||||||
}
|
}
|
||||||
|
|
||||||
private companion object {
|
private companion object {
|
||||||
private const val KTFMT_VERSION = "0.44"
|
private const val KTFMT_VERSION = "0.45"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
* https://opensource.org/licenses/MIT.
|
* https://opensource.org/licenses/MIT.
|
||||||
*/
|
*/
|
||||||
@file:Suppress("InjectDispatcher") // False-positive
|
@file:Suppress("InjectDispatcher") // False-positive
|
||||||
|
|
||||||
package dev.msfjarvis.claw.core.coroutines
|
package dev.msfjarvis.claw.core.coroutines
|
||||||
|
|
||||||
import javax.inject.Inject
|
import javax.inject.Inject
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue