I want to use Kotlin Experimental Time in my proje...
# announcements
s
I want to use Kotlin Experimental Time in my project, but its a pain having to annotate so many places with
@ExperimentalTime
, is there a way to disable this requirement?
I think this should do the job
s
This doesn't work for me 😞 it still wants every usage to have the annotation
b
Hmm, what argument are you using? Have you tried
-Xopt-in=kotlin.time.ExperimentalTime
?
s
Yeah exactly that
l
Are you sure it's been set up at the right place in the build/Gradle config?