Skip to content

Commit 6407b9d

Browse files
authored
Fix for KT-41082 (#225)
1 parent f7c135b commit 6407b9d

File tree

1 file changed

+1
-1
lines changed
  • core/src/commonMain/kotlin/kotlinx/rpc/annotations

1 file changed

+1
-1
lines changed

core/src/commonMain/kotlin/kotlinx/rpc/annotations/Rpc.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ import kotlinx.rpc.RemoteService
3939
* @see [RemoteService]
4040
*/
4141
@Target(AnnotationTarget.CLASS)
42-
@Retention(AnnotationRetention.RUNTIME)
42+
//@Retention(AnnotationRetention.RUNTIME) // Runtime is the default retention, also see KT-41082
4343
public annotation class Rpc

0 commit comments

Comments
 (0)