-
Notifications
You must be signed in to change notification settings - Fork 417
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Analysis API to 2.0.0-dev-14242
JetBrains/kotlin@bba5447 : `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.
- Loading branch information
Showing
3 changed files
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters