-
Notifications
You must be signed in to change notification settings - Fork 719
Update to Dokka 2.0.0. #2552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Dokka 2.0.0. #2552
Conversation
f35d628
to
240dd9e
Compare
240dd9e
to
30363cb
Compare
30363cb
to
53657bf
Compare
# Conflicts: # build.gradle.kts # gradle/libs.versions.toml # Conflicts: # gradle/libs.versions.toml # Conflicts: # gradle/libs.versions.toml
53657bf
to
4449471
Compare
@@ -2,7 +2,7 @@ | |||
|
|||
Coil's API is designed to be Kotlin-first. It leverages Kotlin language features such as inlined lambdas, receiver params, default arguments, and extension functions, which are not available in Java. | |||
|
|||
Importantly, suspend functions cannot be implemented in Java. This means custom [Transformations](transformations.md), [Size Resolvers](/coil/api/coil-core/coil3.size/-size-resolver), [Fetchers](image_pipeline.md#fetchers), and [Decoders](image_pipeline.md#decoders) **must** be implemented in Kotlin. | |||
Importantly, suspend functions cannot be implemented in Java. This means custom [Transformations](/coil/api/coil-core/coil3.transform/-transformation), [Size Resolvers](/coil/api/coil-core/coil3.size/-size-resolver), [Fetchers](image_pipeline.md#fetchers), and [Decoders](image_pipeline.md#decoders) **must** be implemented in Kotlin. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broken link
alias(libs.plugins.spotless) | ||
id("org.jetbrains.dokka") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we move dokka back into the [plugins]
section of libs.versions.toml
so this can be tidier?
id("org.jetbrains.dokka") | |
alias(libs.plugins.dokka) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately we can't due to a gradle issue. Added a link to it!
No description provided.