回答編集履歴
2
追記
test
CHANGED
@@ -25,3 +25,7 @@
|
|
25
25
|
参考までに
|
26
26
|
|
27
27
|
https://qiita.com/guijiu/items/9314ce8c4dd8af4d40cb
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
KotlinSerializationは、発展途上といった印象です。
|
1
誤記修正
test
CHANGED
@@ -6,13 +6,15 @@
|
|
6
6
|
|
7
7
|
```build.gradle(Module)
|
8
8
|
|
9
|
-
plugins
|
9
|
+
plugins {
|
10
10
|
|
11
11
|
id 'com.android.application'
|
12
12
|
|
13
13
|
id 'kotlin-android'
|
14
14
|
|
15
15
|
id 'kotlin-serialization' // 追記
|
16
|
+
|
17
|
+
}
|
16
18
|
|
17
19
|
```
|
18
20
|
|