-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare for K2 * Spotless * Fix wrong check of dispatchReceiver * Remove custom FIR and just continue using it for checks * Update CI * Add .kotlin to ignored * Update versions to beta03 * Fix RedactedOrigin * Test fixes * Extract error message logic * node control is no longer needed * Add toehold for KSP2 * Beta4 * Specify MppCheckerKind * Update to beta5 * kct 0.5.0-alpha06 * RC1 * Avoid impl type * Regen yarn lock * Implement error messages * Spotless * Use KSP2 * RC2 * Import * Extract error messages * Wire up new FIR errors * Use new carried over type inference * KSP RC2 * Enable native binary compatibility checks * RC3 * Spotless * Old comment * Fully align FIR and IR implementations * Disable strict validation * Fix wrong annotation * Prep changelog * ksp rc3 * 2.0.0 final * KSP final
- Loading branch information
Showing
22 changed files
with
1,114 additions
and
694 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
**/build | ||
.idea | ||
.gradle | ||
.kotlin/ | ||
.iml | ||
.project | ||
.classpath | ||
|
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
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
Oops, something went wrong.