This application breaks when embed is > 1.2.16.
To reproduce,
-
install
base
andmoduled
./gradlew base:install ./gradlew moduled:install
This will install the
base
andmoduled
modules into your local maven repository. -
Run the
app
application on your device. -
Tap the
Launch Test
button -
Tap the
Break Me
button. -
Note that the text below the
Break Me
button changes toD STRINGB STRINGC STRING
. -
Change the version of the the
embed
plugin to the latest (1.2.18) in the project build.gradle. -
re-install moduled
./gradlew moduled:install
-
Run the application, note that the application crashes when the
Break Me
button is tapped.