Suppress warning (actual-expect) are in Beta.
This commit is contained in:
parent
6d64eee3c5
commit
57cfba561d
1 changed files with 9 additions and 0 deletions
|
|
@ -97,6 +97,15 @@ kotlin {
|
||||||
implementation("com.google.zxing:javase:3.5.4")
|
implementation("com.google.zxing:javase:3.5.4")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
targets.all {
|
||||||
|
compilations.all {
|
||||||
|
compileTaskProvider.configure {
|
||||||
|
compilerOptions {
|
||||||
|
freeCompilerArgs.add("-Xexpect-actual-classes")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue