質問編集履歴
2
試したこと追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -172,6 +172,14 @@
|
|
172
172
|
|
173
173
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
174
174
|
|
175
|
+
|
176
|
+
|
177
|
+
implementation "androidx.fragment:fragment-ktx:1.2.5"
|
178
|
+
|
179
|
+
implementation "androidx.activity:activity-ktx:1.1.0"
|
180
|
+
|
181
|
+
|
182
|
+
|
175
183
|
}
|
176
184
|
|
177
185
|
```
|
@@ -195,3 +203,15 @@
|
|
195
203
|
|
196
204
|
|
197
205
|
- AndroidStudioの再起動
|
206
|
+
|
207
|
+
|
208
|
+
|
209
|
+
- 以下のライブラリを追加
|
210
|
+
|
211
|
+
```
|
212
|
+
|
213
|
+
implementation "androidx.fragment:fragment-ktx:1.2.5"
|
214
|
+
|
215
|
+
implementation "androidx.activity:activity-ktx:1.1.0"
|
216
|
+
|
217
|
+
```
|
1
試したことに再起動を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -191,3 +191,7 @@
|
|
191
191
|
- AndroidStudioのKotlinのTarget JVM versionを1.8に変更
|
192
192
|
|
193
193
|
![Kotlinのバージョン 1.8](23ddc2fdd70818ac7bf33f5d69848549.png)
|
194
|
+
|
195
|
+
|
196
|
+
|
197
|
+
- AndroidStudioの再起動
|