mirror of
https://github.com/fankes/moshi.git
synced 2025-10-22 01:19:22 +08:00
Update plugin spotless to v6.14.0 (#1620)
* Update plugin spotless to v6.14.0 * Update Spotless version and apply --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jake Wharton <jw@squareup.com>
This commit is contained in:
@@ -30,7 +30,7 @@ import kotlin.annotation.AnnotationRetention.RUNTIME
|
||||
@JsonClass(generateAdapter = true)
|
||||
data class ExampleClass(
|
||||
val type: Int,
|
||||
@JsonString val rawJson: String
|
||||
@JsonString val rawJson: String,
|
||||
)
|
||||
|
||||
@Retention(RUNTIME)
|
||||
|
Reference in New Issue
Block a user