Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce @Rpc annotation #216

Merged
merged 3 commits into from
Oct 30, 2024
Merged

Introduce @Rpc annotation #216

merged 3 commits into from
Oct 30, 2024

Conversation

Mr3zee
Copy link
Collaborator

@Mr3zee Mr3zee commented Oct 29, 2024

Subsystem
All modules

Problem Description
Starting from Kotlin 2.0.20 Compiler FIR plugins and unable to resolve marker interfaces.
This prevents us from upgrading to newer versions.
Related issue: https://youtrack.jetbrains.com/issue/KT-72654/

Solution
To resolve services we now need an annotation, namely @Rpc.
However, this makes two similar names: RPC for interface and Rpc for annotation.
So RPC is now changed to RemoteService. It will be with us while no better name is found.

@Mr3zee Mr3zee added feature New feature or request breaking Contains breaking changes labels Oct 29, 2024
@Mr3zee Mr3zee requested a review from e5l October 29, 2024 12:18
@Mr3zee Mr3zee merged commit 4eb076c into main Oct 30, 2024
14 checks passed
@Mr3zee Mr3zee deleted the rpc-annotation branch October 30, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Contains breaking changes feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants