File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
firebase-common/src/commonMain/kotlin/dev/gitlive/firebase Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 17
17
with :
18
18
distribution : ' zulu'
19
19
java-version : ' 17'
20
- - name : ktLint
20
+ - name : formatKotlin
21
+ run : ./gradlew formatKotlin
22
+ - uses : stefanzweifel/git-auto-commit-action@v5
23
+ - name : lintKotlin
21
24
run : ./gradlew lintKotlin
22
25
- name : run apiCheck
23
26
run : ./gradlew apiCheck
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ import kotlinx.serialization.modules.SerializersModule
5
5
/* *
6
6
* Settings used to configure encoding/decoding
7
7
*/
8
- public sealed interface EncodeDecodeSettings {
8
+ public sealed interface EncodeDecodeSettings
9
+ {
9
10
10
11
/* *
11
12
* The [SerializersModule] to use for serialization. This allows for polymorphic serialization on runtime
You can’t perform that action at this time.
0 commit comments