Colton Idle
12/21/2021, 2:39 PMorg.jetbrains.compose:compose-gradle-plugin:1.0.1-rc2
I now get a crash in release mode (aka R8 enabled) of
java.lang.IllegalAccessError: Method 'void android.view.View.onAnimationEnd()' implementing interface method 'void coil.target.Target.onAnimationEnd()' is not public (declaration of 'androidx.compose.ui.platform.AndroidComposeView'
Anyone else encounter this by chance or know where would be the right place to file. Not sure if it's agp/r8/c4d/coil.Thomas
12/21/2021, 3:35 PMColton Idle
12/21/2021, 5:20 PMThomas
12/21/2021, 5:35 PM<https://storage.googleapis.com/r8-releases/raw>
Then in the same file add the following to the buildscript dependencies (add it BEFORE the Android gradle plugin):
classpath("com.android.tools:r8:3.1.33")
Colton Idle
12/21/2021, 5:36 PMThomas
12/21/2021, 5:37 PMColton Idle
12/21/2021, 5:42 PMThomas
12/21/2021, 5:42 PMColton Idle
12/21/2021, 5:42 PMThomas
12/21/2021, 5:43 PMColton Idle
12/21/2021, 5:44 PMYou can see your current R8 version in the generated mapping file at the top somewhere (edited)Trying to find that. I never noticed it before. 1 sec
Thomas
12/21/2021, 5:46 PMColton Idle
12/21/2021, 5:47 PMThomas
12/21/2021, 5:47 PMColton Idle
12/21/2021, 5:48 PMThomas
12/21/2021, 5:49 PMColton Idle
12/21/2021, 5:53 PM