dokka icon indicating copy to clipboard operation
dokka copied to clipboard

Update Analysis API to 2.0.0-dev-14242

Open vmishenev opened this issue 1 year ago • 0 comments

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.

vmishenev avatar Feb 05 '24 17:02 vmishenev