mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Don't exclude support.
This commit is contained in:
parent
6386f503b7
commit
c6e15fc152
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ public class AndroidPlugin @Inject constructor(val javaCompiler: JavaCompiler, v
|
||||||
project.compileDependencies).map {
|
project.compileDependencies).map {
|
||||||
it.jarFile.get().path
|
it.jarFile.get().path
|
||||||
}.filterNot {
|
}.filterNot {
|
||||||
it.contains("android.jar") || it.endsWith(".aar") || it.contains("com.android.support")
|
it.contains("android.jar") || it.endsWith(".aar")
|
||||||
|| it.contains("retrolambda")
|
|| it.contains("retrolambda")
|
||||||
}.toHashSet().toTypedArray()
|
}.toHashSet().toTypedArray()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue