OptIn to ExperimentalTime for the whole module.
This commit is contained in:
parent
00504097b9
commit
949d11415f
11 changed files with 8 additions and 22 deletions
|
|
@ -22,6 +22,14 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
kotlin {
|
||||
compilerOptions {
|
||||
optIn = listOf(
|
||||
"kotlin.time.ExperimentalTime"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.dagger)
|
||||
implementation(projects.libraries.core)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue