OptIn to ExperimentalTime for the whole module.

This commit is contained in:
Benoit Marty 2025-07-02 18:00:25 +02:00
parent 00504097b9
commit 949d11415f
11 changed files with 8 additions and 22 deletions

View file

@ -22,6 +22,14 @@ android {
}
}
kotlin {
compilerOptions {
optIn = listOf(
"kotlin.time.ExperimentalTime"
)
}
}
dependencies {
implementation(libs.dagger)
implementation(projects.libraries.core)