Skip to content

Commit 4697e1e

Browse files
Elaborate on OptIn message
1 parent ce175a7 commit 4697e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

podcastindex-sdk-base/src/commonMain/kotlin/com/mr3y/podcastindex/InternalPodcastIndexApi.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.mr3y.podcastindex
22

33
@RequiresOptIn(
4-
"This API is internal and is subject to be changed or removed without any prior notice or migration guide",
4+
"This API is internal and isn't meant to be used in downstream projects. It's public only for technical limitations, and it is subject to be changed or removed without any prior notice or migration guide",
55
level = RequiresOptIn.Level.WARNING,
66
)
77
@Target(

0 commit comments

Comments
 (0)