Skip to content

Commit

Permalink
Add a sentence in the message of @Untested
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed May 15, 2023
1 parent e778ed5 commit ae8241d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/commonMain/kotlin/com/huanshankeji/Untested.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.huanshankeji

import kotlin.annotation.AnnotationTarget.*

@RequiresOptIn("This API hasn't been tested yet.", RequiresOptIn.Level.WARNING)
@RequiresOptIn("This API hasn't been tested yet. Use at your own risk.", RequiresOptIn.Level.WARNING)
@Retention(AnnotationRetention.BINARY)
// The ones commented out are what I think may be used in very few use cases.
@Target(
Expand Down

0 comments on commit ae8241d

Please sign in to comment.