Oleg Yukhnevich
Oleg Yukhnevich
Thanks! That's really a nice idea to explore! Though, regarding your current implementation, you do drop **all extensions** even if they have different receivers. For example, if you had a...
> Ideally, even with such outside types, I'd prefer to treat extensions as if they were members. Given your String.xxx() example, is there a way to make String appear as...
Note: this is how prism.js works by default: https://prismjs.com/test#language=kotlin&text=apollo-gradle-plugin-external cc @berezinant, one more issue related to code highlighting caused by prism.js :)
JIC: my attempt to fix `isMetadata` failed because of an issue in AA - https://github.com/Kotlin/dokka/pull/4263
Hey! Could you share a branch with your configuration so that I can investigate it?
Here is what I have found so far. First, regarding unresolved links (based on logs): 1. [[io.mockk.slot]](https://github.com/mockk/mockk/blob/75c3cb9bcf1bc76640b4796fc1bdc08d3977d2fe/modules/mockk-dsl/src/commonMain/kotlin/io/mockk/API.kt#L788) and on other declarations in that file - **correctly unresolved**, as `slot` function...
@berezinant do you mind also checking other PRs from dependabot? (#4175, #4152)
@adam-enko, correct me if I'm wrong, but this will be fixed only for Gradle 9.3+, while DGP supports Gradle 7.6+. So I don't think that it will be enough for...
Might be related: #2603
After an internal discussion, it should be supported in the same way as ordinary parameters, so via `@param xxx`. The behavior inside AA will be aligned/implemented in https://youtrack.jetbrains.com/issue/KT-76607