Fixed
Status Update
Comments
ml...@google.com <ml...@google.com>
sp...@google.com <sp...@google.com> #2
I also experienced the same issue
sp...@google.com <sp...@google.com> #4
same issue
sp...@google.com <sp...@google.com>
ro...@google.com <ro...@google.com> #5
sp...@google.com <sp...@google.com> #6
Same issue
sp...@google.com <sp...@google.com> #9
Root cause is that Gradle will force Kotlin kotlin-stdlib-common to 1.3.72 when .kts
is used. As AGP recently started compiling against 1.4, and we ship bytecode that contains references to kotlin/KotlinNothingValueException
causing the issue. We need to change AGP to compile against 1.3.72.
This does not fail with Groovy build scripts as both 1.4 and 1.3.72 kotlin-stdlib-common end up in the classpath.
Description
Steps to reproduce: 1 - Start a resizable emulator 2 - Attempt to change the size to an unfolded foldable form factor
Expected result: emulator switches to an unfolded foldable form factor