File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ apply plugin: 'kotlin-android'
18
18
apply plugin : ' kotlin-parcelize'
19
19
apply plugin : ' kotlin-kapt'
20
20
apply plugin : ' dagger.hilt.android.plugin'
21
- apply from : ' ../dependencies.gradle'
21
+
22
+ apply from : " $rootDir /dependencies.gradle"
22
23
23
24
android {
24
25
compileSdkVersion versions. compileSdk
@@ -169,4 +170,4 @@ dependencies {
169
170
androidTestImplementation " androidx.test.espresso:espresso-core:$versions . espressoVersion "
170
171
}
171
172
172
- apply from : ' .. /spotless.gradle'
173
+ apply from : " $r ootDir /spotless.gradle"
Original file line number Diff line number Diff line change 13
13
// * See the License for the specific language governing permissions and
14
14
// * limitations under the License.
15
15
// */
16
- apply from : ' . /versionsPlugin.gradle'
16
+ apply from : " $r ootDir /versionsPlugin.gradle"
17
17
18
18
buildscript {
19
- apply from : ' . /dependencies.gradle'
19
+ apply from : " $r ootDir /dependencies.gradle"
20
20
repositories {
21
21
google()
22
22
jcenter()
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ spotless {
18
18
kotlin {
19
19
target " **/*.kt"
20
20
ktlint(' 0.39.0' ). userData([' indent_size' : ' 2' , ' continuation_indent_size' : ' 2' ])
21
- licenseHeaderFile ' .. /spotless.license.kt'
21
+ licenseHeaderFile " $r ootDir /spotless.license.kt"
22
22
trimTrailingWhitespace()
23
23
endWithNewline()
24
24
}
You can’t perform that action at this time.
0 commit comments