ziv kesten
12/13/2020, 9:32 AMe: java.lang.NoSuchMethodError: e: java.lang.NoSuchMethodError:
'org.jetbrains.kotlin.descriptors.DescriptorVisibility org.jetbrains.kotlin.descriptors.ClassConstructorDescriptor.getVisibility()'
compose versons:
compose_version = ‘1.0.0-alpha08’
nav_compose_version =‘1.0.0-alpha02’
paging_compose_version = ‘1.0.0-alpha02’
kotlin version = ‘1.4.20’
Tried invalidating caches, restart, restart AS, restart Whole machine.John O'Reilly
12/13/2020, 10:35 AM1.0.0-alpha03
of nav_compose here with compose alpha08
ziv kesten
12/13/2020, 10:58 AMjim
12/13/2020, 5:43 PMkotlinCompilerVersion
.Vinay Gaba
12/13/2020, 11:13 PMnav_compose_version
to 1.0.0-alpha03
had fixed the problem when I upgraded to alpha08. Maybe try doing that with the latest version of the paging_compose_version
as well. Are there any other compose dependencies you are using?Vinay Gaba
12/13/2020, 11:14 PMziv kesten
12/14/2020, 8:59 AM