Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Replace Experimental -> RequiresOptIn to be prepared for Kotlin 1.6.20
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Mar 24, 2022
1 parent cbac462 commit 7ed7b70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.soywiz.korge3d

@Experimental(Experimental.Level.WARNING)
@RequiresOptIn(level = RequiresOptIn.Level.WARNING)
annotation class Korge3DExperimental

0 comments on commit 7ed7b70

Please sign in to comment.