I decided to replace my imports everywhere but had...
# fun-adaptive
r
I decided to replace my imports everywhere but had to add
optIn.add("kotlin.time.ExperimentalTime")
for the project and in my Gradle plugin configuration.
t
I'm going the same way, better to clean it up properly than relying on the fallback.