Commit 2602e0f
committed
fix: Make copyKneNativeLib task configuration cache compatible
Resolve Project reference captured in task action by:
- Extracting buildDirectory Provider before task registration
- Replacing project.logger with task.logger
- Simplifying task dependency from project.tasks.matching to direct task name
Fixes: Task ":nativertl:copyKneNativeLib" serialization error with configuration cache1 parent 952f388 commit 2602e0f
1 file changed
Lines changed: 4 additions & 3 deletions
File tree
- plugin-build/plugin/src/main/kotlin/io/github/kdroidfilter/nucleusnativeaccess/plugin
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
169 | | - | |
| 170 | + | |
170 | 171 | | |
171 | | - | |
| 172 | + | |
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| |||
177 | 178 | | |
178 | 179 | | |
179 | 180 | | |
180 | | - | |
| 181 | + | |
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
| |||
0 commit comments