Merge "Revert "Add -Xjvm-defaults=all to kotlin compilations""
This commit is contained in:
commit
7631bdf109
1 changed files with 0 additions and 7 deletions
|
@ -1072,13 +1072,6 @@ func (j *Module) compile(ctx android.ModuleContext, aaptSrcJar android.Path) {
|
|||
kotlincFlags := j.properties.Kotlincflags
|
||||
CheckKotlincFlags(ctx, kotlincFlags)
|
||||
|
||||
// This is needed for code that depends on libraries that use @JvmDefault
|
||||
// -Xjvm-default=all will be the default in a future version of kotlin
|
||||
// according to https://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-m3-generating-default-methods-in-interfaces/
|
||||
if flags.javaVersion >= JAVA_VERSION_8 {
|
||||
kotlincFlags = append(kotlincFlags, "-Xjvm-default=all")
|
||||
}
|
||||
|
||||
// Workaround for KT-46512
|
||||
kotlincFlags = append(kotlincFlags, "-Xsam-conversions=class")
|
||||
|
||||
|
|
Loading…
Reference in a new issue