質問編集履歴
2
試したこと追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -85,6 +85,10 @@
|
|
85
85
|
testImplementation 'junit:junit:4.12'
|
86
86
|
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
87
87
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
88
|
+
|
89
|
+
implementation "androidx.fragment:fragment-ktx:1.2.5"
|
90
|
+
implementation "androidx.activity:activity-ktx:1.1.0"
|
91
|
+
|
88
92
|
}
|
89
93
|
```
|
90
94
|
|
@@ -96,4 +100,10 @@
|
|
96
100
|
- AndroidStudioのKotlinのTarget JVM versionを1.8に変更
|
97
101
|

|
98
102
|
|
99
|
-
- AndroidStudioの再起動
|
103
|
+
- AndroidStudioの再起動
|
104
|
+
|
105
|
+
- 以下のライブラリを追加
|
106
|
+
```
|
107
|
+
implementation "androidx.fragment:fragment-ktx:1.2.5"
|
108
|
+
implementation "androidx.activity:activity-ktx:1.1.0"
|
109
|
+
```
|
1
試したことに再起動を追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -94,4 +94,6 @@
|
|
94
94
|
https://www.youtube.com/watch?v=wjG4VQ3x7xE&feature=emb_logo
|
95
95
|
|
96
96
|
- AndroidStudioのKotlinのTarget JVM versionを1.8に変更
|
97
|
-

|
97
|
+

|
98
|
+
|
99
|
+
- AndroidStudioの再起動
|