質問編集履歴
1
指摘を受け、build.gradleの「project:」と「:app」が逆だったため修正しました。ありがとうございます!
title
CHANGED
File without changes
|
body
CHANGED
@@ -37,7 +37,7 @@
|
|
37
37
|
|
38
38
|
### 該当のソースコード
|
39
39
|
|
40
|
-
build.gradel(
|
40
|
+
build.gradel(:app)は以下です。
|
41
41
|
```kotlin
|
42
42
|
plugins {
|
43
43
|
id 'com.android.application'
|
@@ -89,7 +89,7 @@
|
|
89
89
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
90
90
|
}
|
91
91
|
```
|
92
|
-
build.gradle(:
|
92
|
+
build.gradle(project:)は以下です。
|
93
93
|
```kotlin
|
94
94
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
95
95
|
buildscript {
|