タグ付けされた質問 「transitive-dependency」

8
Gradleでの実装とコンパイルの違いは何ですか?
Androidのメーカー3.0にアップデートすると、新しいプロジェクトを作成した後、私は中にいることに気づいたbuild.gradleのではなく、新しい依存関係を追加するための新しい方法がありますcompileがありimplementation、代わりのtestCompile存在ですtestImplementation。 例: implementation 'com.android.support:appcompat-v7:25.0.0' testImplementation 'junit:junit:4.12' の代わりに compile 'com.android.support:appcompat-v7:25.0.0' testCompile 'junit:junit:4.12' それらの違いは何ですか?何を使うべきですか?
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.