dokka
dokka copied to clipboard
Update Analysis API to 2.0.0-dev-14242
Blocked by https://youtrack.jetbrains.com/issue/KT-65561/Analysis-API-dummy.kt-is-not-a-physical-file
https://github.com/JetBrains/kotlin/commit/bba5447b12ff227c3b159159d9b952d07dfd0116 : applicationDisposable
parameter is removed from buildStandaloneAnalysisAPISession
because:
- It wasn’t used as the actual disposable for the shared application under the hood. In fact, logically it was just a second project disposable.
- The client should not need to care about application disposal, as signaling that the project is no longer used via the projectDisposable is sufficient.