JvmField retention changed to BINARY
This commit is contained in:
@@ -96,7 +96,7 @@ internal annotation class JvmVersion(public val minimum: Int = 6, public val max
|
|||||||
* Instructs the Kotlin compiler not to generate getters/setters for this property and expose it as a field.
|
* Instructs the Kotlin compiler not to generate getters/setters for this property and expose it as a field.
|
||||||
*/
|
*/
|
||||||
@Target(AnnotationTarget.FIELD)
|
@Target(AnnotationTarget.FIELD)
|
||||||
@Retention(AnnotationRetention.SOURCE)
|
@Retention(AnnotationRetention.BINARY)
|
||||||
@MustBeDocumented
|
@MustBeDocumented
|
||||||
public annotation class JvmField
|
public annotation class JvmField
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user