mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Forgot to add classes to classes.dex.
This commit is contained in:
parent
760e849d41
commit
ba7c673b71
1 changed files with 2 additions and 1 deletions
|
@ -230,7 +230,8 @@ public class AndroidPlugin @Inject constructor(val javaCompiler: JavaCompiler)
|
||||||
val classesDex = "classes.dex"
|
val classesDex = "classes.dex"
|
||||||
val outClassesDex = KFiles.joinDir(classesDexDir, classesDex)
|
val outClassesDex = KFiles.joinDir(classesDexDir, classesDex)
|
||||||
|
|
||||||
val args = listOf("--dex", "--output", outClassesDex)
|
val args = listOf("--dex", "--output", outClassesDex,
|
||||||
|
project.projectProperties.getString(JvmCompilerPlugin.BUILD_DIR)!!)
|
||||||
val otherArgs =
|
val otherArgs =
|
||||||
project.dependencies?.let {
|
project.dependencies?.let {
|
||||||
it.dependencies.map {
|
it.dependencies.map {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue