len
11/26/2019, 11:17 AMCaused by: java.lang.AssertionError: lastLineNumber shall be not negative, but is -1
at org.jetbrains.kotlin.backend.jvm.codegen.IrSourceCompilerForInline.doCreateMethodNodeFromSource(IrSourceCompilerForInline.kt:98)
at org.jetbrains.kotlin.codegen.inline.InlineCodegen$Companion.createInlineMethodNode$backend(InlineCodegen.kt:538)
at org.jetbrains.kotlin.codegen.inline.InlineCodegen.performInline(InlineCodegen.kt:139)
...
Not sure they currently don't compile and you're aware of this or my setup is wrong (I only followed the steps to clone the repo and ran repo sync
). I also tried applying the kotlinc 1.3.61 patch but nothing changed.
The command I ran was ./gradlew :ui:ui-material:integration-tests:ui-material-demos:installDebug
Louis Pullen-Freilich [G]
11/26/2019, 2:10 PM./gradlew ui:integration-tests:demos:installDebug
Does this work? It's possible that you have some kind of caching error - do you have any local commits or are you just building head?len
11/26/2019, 2:16 PMrepo sync
after repo init
. I'll try deleting the directory and starting overLouis Pullen-Freilich [G]
11/26/2019, 2:16 PMlen
11/26/2019, 2:26 PMrepo init -u <https://android.googlesource.com/platform/manifest> -b androidx-master-dev
repo sync -j8 -c
cd frameworks/support/ui
./gradlew ui:integration-tests:demos:installDebug
Not sure I'm missing some stepLouis Pullen-Freilich [G]
11/26/2019, 2:29 PM../cleanBuild.sh ui:integration-tests:demos:installDebug
Same thing, but also deletes some gradle caches and cached outputlen
11/26/2019, 2:35 PMLouis Pullen-Freilich [G]
11/26/2019, 2:35 PM