Skip to content

Commit dbfbf16

Browse files
author
tomoya.miwa
committed
Remove duplicated sentence
1 parent 30838a3 commit dbfbf16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codelab.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"format": "html",
44
"prefix": "https://storage.googleapis.com",
55
"mainga": "UA-49880327-14",
6-
"updated": "2019-09-13T15:34:37+09:00",
6+
"updated": "2019-09-13T15:41:00+09:00",
77
"id": "kotlin_coroutines_ja",
88
"duration": 0,
99
"title": "Using Kotlin Coroutines in your Android App",

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h2 is-upgraded>よくある質問</h2>
113113
<li><code>MainViewModelTest</code><code>MainViewModel</code>のテストを定義します。</li>
114114
</ol>
115115
<h2 is-upgraded>プロジェクトにCoroutinesを追加する</h2>
116-
<p>KotlinでCoroutinesを使用するには、プロジェクトの <code>build.gradle (Module: app)</code> ファイルに <code>coroutines-core</code>ライブラリを含める必要があります。 KotinでCoroutinesを使うには、プロジェクトの<code>build.gradle (Module: app)</code>ファイルに<code>coroutines-core</code> libraryをincludeする必要があります。このコードラボのプロジェクトにはすでにincludeされているので、コードラボを行うにあたって改めて追加する必要はありません。</p>
116+
<p>KotlinでCoroutinesを使用するには、プロジェクトの <code>build.gradle (Module: app)</code> ファイルに <code>coroutines-core</code>ライブラリを含める必要があります。このコードラボのプロジェクトにはすでに含まれているので、コードラボを行うにあたって改めて追加する必要はありません。</p>
117117
<p>Androidで使うCoroutinesはcoreライブラリとAndroid用の拡張関数として用意されています:</p>
118118
<ul>
119119
<li><strong>kotlinx-corountines-core</strong> — KotlinでCoroutinesを使うにあたっての主要なインターフェース</li>

0 commit comments

Comments
 (0)