We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c135b commit 6407b9dCopy full SHA for 6407b9d
core/src/commonMain/kotlin/kotlinx/rpc/annotations/Rpc.kt
@@ -39,5 +39,5 @@ import kotlinx.rpc.RemoteService
39
* @see [RemoteService]
40
*/
41
@Target(AnnotationTarget.CLASS)
42
-@Retention(AnnotationRetention.RUNTIME)
+//@Retention(AnnotationRetention.RUNTIME) // Runtime is the default retention, also see KT-41082
43
public annotation class Rpc
0 commit comments