File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies {
49
49
}
50
50
51
51
tasks.withType<KotlinCompile >().configureEach {
52
- ( this as BaseKotlinCompile ). friendPaths.from(project(projects.core.path).projectDir)
52
+ friendPaths.from(project(projects.core.path).projectDir)
53
53
}
54
54
55
55
kotlinPublications {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ kotlin {
37
37
}
38
38
39
39
tasks.withType<KotlinCompile > {
40
- ( this as BaseKotlinCompile ). friendPaths.from(project(projects.core.path).projectDir)
40
+ friendPaths.from(project(projects.core.path).projectDir)
41
41
}
42
42
43
43
tasks.processJupyterApiResources {
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ tasks.test {
68
68
}
69
69
70
70
tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinCompile > ().configureEach {
71
- ( this as BaseKotlinCompile ). friendPaths.from(project(projects.core.path).projectDir)
71
+ friendPaths.from(project(projects.core.path).projectDir)
72
72
compilerOptions {
73
73
freeCompilerArgs.addAll(
74
74
" -Xcontext-receivers" ,
You can’t perform that action at this time.
0 commit comments