Introduce runAndTestState extension on NotificationTroubleshootTest
This commit is contained in:
parent
8434b504d4
commit
8d5078904a
13 changed files with 73 additions and 144 deletions
|
|
@ -93,6 +93,8 @@ allprojects {
|
|||
// Fix compilation warning for annotations
|
||||
// See https://youtrack.jetbrains.com/issue/KT-73255/Change-defaulting-rule-for-annotations for more details
|
||||
freeCompilerArgs.add("-Xannotation-default-target=first-only")
|
||||
// Opt-in to context receivers
|
||||
freeCompilerArgs.add("-Xcontext-parameters")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue