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 c80f706 commit f7a4142Copy full SHA for f7a4142
podcastindex-sdk-base/src/commonMain/kotlin/com/mr3y/podcastindex/InternalPodcastIndexApi.kt
@@ -2,13 +2,13 @@ package com.mr3y.podcastindex
2
3
@RequiresOptIn(
4
"This API is internal and is subject to be changed or removed without any prior notice or migration guide",
5
- level = RequiresOptIn.Level.WARNING
+ level = RequiresOptIn.Level.WARNING,
6
)
7
@Target(
8
AnnotationTarget.CLASS,
9
AnnotationTarget.CONSTRUCTOR,
10
AnnotationTarget.FUNCTION,
11
- AnnotationTarget.PROPERTY
+ AnnotationTarget.PROPERTY,
12
13
@Retention(AnnotationRetention.BINARY)
14
public annotation class InternalPodcastIndexApi
0 commit comments