Skip to content

Commit

Permalink
Fix for KT-41082
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr3zee committed Nov 4, 2024
1 parent f7c135b commit c296da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/commonMain/kotlin/kotlinx/rpc/annotations/Rpc.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ import kotlinx.rpc.RemoteService
* @see [RemoteService]
*/
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
//@Retention(AnnotationRetention.RUNTIME) // Runtime is the default retention, also see KT-41082
public annotation class Rpc

0 comments on commit c296da2

Please sign in to comment.