You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- use `Attribute<String>` instead of typed attributes.
- change the Dokkatoo attributes to be value classes, so they can still be used mostly type-safely.
- Improve logging (include hashcodes) and error reporting.
#214
* workaround bugged Gradle attributes
- use `Attribute<String>` instead of typed attributes.
- change the Dokkatoo attributes to be value classes, so they can still be used mostly type-safely.
- Improve logging (include hashcodes) and error reporting.
#214
* Update modules/dokkatoo-plugin/src/main/kotlin/internal/gradleUtils.kt
Gradle recommends using typesafe attributes to share files. However, these are fundamentally bugged and will not work in some situations.
I will implement a workaround, but I am opening this issue to track a real fix, dependent on whether Gradle can acknowledge and fix the issue.
This issue might be the cause of #165 and #170.
Thank you @kelvSYC for the report and reproducer! #211
The text was updated successfully, but these errors were encountered: