2022-10-10 16:54:29,984 [ 169679] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Exception while analyzing expression at (47,15) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
org.jetbrains.kotlin.utils.KotlinExceptionWithAttachments: Exception while analyzing expression at (47,15) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.logOrThrowException(ExpressionTypingVisitorDispatcher.java:247)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:225)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
	at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
	at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
	at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
	at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
	at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.getImplicitReturn(KotlinUastResolveProviderService.kt:125)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getImplicitReturn(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:43)
	at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:26)
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
	at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body.getImplicitReturn(KotlinULambdaExpression.kt)
	at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:207)
	at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:115)
	at org.jetbrains.uast.kotlin.BaseKotlinUastResolveProviderService$DefaultImpls.convertParent(BaseKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.convertParent(KotlinUastResolveProviderService.kt)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.convertParent(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement.convertParent(KotlinAbstractUElement.kt:31)
	at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.convertParent(KotlinUFunctionCallExpression.kt:174)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:27)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:13)
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement.getUastParent(KotlinAbstractUElement.kt)
	at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:296)
	at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:248)
	at com.android.tools.idea.run.AndroidConfigurationProducer.getActivityClass(AndroidConfigurationProducer.java:60)
	at com.android.tools.idea.run.AndroidConfigurationProducer.createConfigurationFromContext(AndroidConfigurationProducer.java:73)
	at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
	at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
	at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
	at com.intellij.execution.actions.PreferredProducerFind.createConfiguration(PreferredProducerFind.java:32)
	at com.intellij.execution.actions.ConfigurationContext.createConfiguration(ConfigurationContext.java:204)
	at com.intellij.execution.actions.ConfigurationContext.getConfiguration(ConfigurationContext.java:195)
	at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:223)
	at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$iterateGroupChildren$22(ActionUpdater.java:613)
	at com.intellij.util.containers.FilteredTraverserBase$Meta.childrenImpl(FilteredTraverserBase.java:437)
	at com.intellij.util.containers.FilteredTraverserBase$Meta.children(FilteredTraverserBase.java:423)
	at com.intellij.util.containers.FilteredTraverserBase.children(FilteredTraverserBase.java:304)
	at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:121)
	at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:108)
	at com.intellij.util.containers.TreeTraversal$P.iterable(TreeTraversal.java:805)
	at com.intellij.util.containers.TreeTraversal$P.iterator(TreeTraversal.java:799)
	at com.intellij.util.containers.TreeTraversal$LeavesDfsIt.nextImpl(TreeTraversal.java:570)
	at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
	at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
	at com.intellij.util.containers.JBIterable.size(JBIterable.java:242)
	at com.intellij.ide.actions.SmartPopupActionGroup.update(SmartPopupActionGroup.java:30)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Could not read file: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar!/androidx/compose/runtime/SnapshotStateKt__DerivedStateKt.class; size in bytes: 6541; file type: CLASS
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.logFileReadingErrorMessage(VirtualFileKotlinClass.kt:77)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.access$logFileReadingErrorMessage(VirtualFileKotlinClass.kt:46)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:68)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
	at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
	at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
	at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
	at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
	at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
	at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
	at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
	at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	... 164 more
Caused by: java.nio.file.NoSuchFileException: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar
	at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(Unknown Source)
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(Unknown Source)
	at java.base/java.nio.file.Files.readAttributes(Unknown Source)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:19)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:15)
	at com.intellij.util.io.FileAccessorCache.createHandle(FileAccessorCache.java:45)
	at com.intellij.util.io.FileAccessorCache.get(FileAccessorCache.java:39)
	at com.intellij.openapi.vfs.impl.ZipHandler.acquireZipHandle(ZipHandler.java:46)
	at com.intellij.openapi.vfs.impl.ZipHandlerBase.contentsToByteArray(ZipHandlerBase.java:85)
	at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.lambda$new$2(ArchiveFileSystem.java:199)
	at com.intellij.openapi.vfs.DiskQueryRelay.lambda$accessDiskWithCheckCanceled$0(DiskQueryRelay.java:42)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	... 7 more
	Suppressed: java.lang.Throwable: Caller thread's stacktrace
		at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.contentsToByteArray(ArchiveFileSystem.java:211)
		at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.contentsToByteArray(PersistentFSImpl.java:609)
		at com.intellij.openapi.vfs.newvfs.impl.VirtualFileImpl.contentsToByteArray(VirtualFileImpl.java:126)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:55)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
		at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
		at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
		at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
		at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
		at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
		at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
		at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
		at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
		at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
		at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
		at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
		at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
		at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.getImplicitReturn(KotlinUastResolveProviderService.kt:125)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getImplicitReturn(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:43)
		at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:26)
		at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
		at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body.getImplicitReturn(KotlinULambdaExpression.kt)
		at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:207)
		at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:115)
		at org.jetbrains.uast.kotlin.BaseKotlinUastResolveProviderService$DefaultImpls.convertParent(BaseKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.convertParent(KotlinUastResolveProviderService.kt)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.convertParent(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement.convertParent(KotlinAbstractUElement.kt:31)
		at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.convertParent(KotlinUFunctionCallExpression.kt:174)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:27)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:13)
		at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement.getUastParent(KotlinAbstractUElement.kt)
		at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:296)
		at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:248)
		at com.android.tools.idea.run.AndroidConfigurationProducer.getActivityClass(AndroidConfigurationProducer.java:60)
		at com.android.tools.idea.run.AndroidConfigurationProducer.createConfigurationFromContext(AndroidConfigurationProducer.java:73)
		at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
		at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
		at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
		at com.intellij.execution.actions.PreferredProducerFind.createConfiguration(PreferredProducerFind.java:32)
		at com.intellij.execution.actions.ConfigurationContext.createConfiguration(ConfigurationContext.java:204)
		at com.intellij.execution.actions.ConfigurationContext.getConfiguration(ConfigurationContext.java:195)
		at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:223)
		at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$iterateGroupChildren$22(ActionUpdater.java:613)
		at com.intellij.util.containers.FilteredTraverserBase$Meta.childrenImpl(FilteredTraverserBase.java:437)
		at com.intellij.util.containers.FilteredTraverserBase$Meta.children(FilteredTraverserBase.java:423)
		at com.intellij.util.containers.FilteredTraverserBase.children(FilteredTraverserBase.java:304)
		at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:121)
		at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:108)
		at com.intellij.util.containers.TreeTraversal$P.iterable(TreeTraversal.java:805)
		at com.intellij.util.containers.TreeTraversal$P.iterator(TreeTraversal.java:799)
		at com.intellij.util.containers.TreeTraversal$LeavesDfsIt.nextImpl(TreeTraversal.java:570)
		at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
		at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
		at com.intellij.util.containers.JBIterable.size(JBIterable.java:242)
		at com.intellij.ide.actions.SmartPopupActionGroup.update(SmartPopupActionGroup.java:30)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
		at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
		at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
		at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
		at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
		... 7 more
2022-10-10 16:54:29,983 [ 169678] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Exception while analyzing expression at (49,24) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
org.jetbrains.kotlin.utils.KotlinExceptionWithAttachments: Exception while analyzing expression at (49,24) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.logOrThrowException(ExpressionTypingVisitorDispatcher.java:247)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:225)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:112)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
	at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
	at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
	at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
	at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
	at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClassDescriptor(KotlinUastResolveProviderService.kt:237)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClass(KotlinUastResolveProviderService.kt:228)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.resolveToClass(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:86)
	at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:74)
	at org.jetbrains.uast.UastUtils__UastUtilsKt.tryResolve(UastUtils.kt:139)
	at org.jetbrains.uast.UastUtils.tryResolve(Unknown Source)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$$inlined$runReadAction$2.compute(actions.kt:73)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes(PreviewElementFinderUtils.kt:480)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes$default(PreviewElementFinderUtils.kt:179)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:143)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:139)
	at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:315)
	at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
	at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:316)
	at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
	at kotlin.sequences.TransformingSequence$iterator$1.hasNext(Sequences.kt:214)
	at kotlin.sequences.FilteringSequence$iterator$1.calcNext(Sequences.kt:169)
	at kotlin.sequences.FilteringSequence$iterator$1.hasNext(Sequences.kt:194)
	at kotlin.sequences.SequencesKt___SequencesKt.firstOrNull(_Sequences.kt:168)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.hasPreviewElements(PreviewElementFinderUtils.kt:99)
	at com.android.tools.idea.compose.preview.util.ComposePreviewElementKt.isValidComposePreview(ComposePreviewElement.kt:157)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:130)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.access$containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:1)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:59)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:48)
	at com.intellij.execution.actions.RunConfigurationProducer.createConfigurationFromContext(RunConfigurationProducer.java:100)
	at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
	at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
	at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
	at com.intellij.execution.actions.ConfigurationContext.getConfigurationsFromContext(ConfigurationContext.java:413)
	at com.intellij.execution.actions.ConfigurationContext.findPreferredConfiguration(ConfigurationContext.java:292)
	at com.intellij.execution.actions.ConfigurationContext.findExisting(ConfigurationContext.java:285)
	at com.intellij.execution.actions.BaseRunConfigurationAction.findExisting(BaseRunConfigurationAction.java:65)
	at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:220)
	at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Could not read file: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar!/androidx/compose/runtime/SnapshotStateKt__DerivedStateKt.class; size in bytes: 6541; file type: CLASS
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.logFileReadingErrorMessage(VirtualFileKotlinClass.kt:77)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.access$logFileReadingErrorMessage(VirtualFileKotlinClass.kt:46)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:68)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
	at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
	at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
	at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
	at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
	at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
	at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
	at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
	at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
	at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
	at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
	at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
	at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
	at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClassDescriptor(KotlinUastResolveProviderService.kt:237)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClass(KotlinUastResolveProviderService.kt:228)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.resolveToClass(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:86)
	at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:74)
	at org.jetbrains.uast.UastUtils__UastUtilsKt.tryResolve(UastUtils.kt:139)
	at org.jetbrains.uast.UastUtils.tryResolve(Unknown Source)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.couldBeMultiPreviewAnnotation(PreviewElementFinderUtils.kt:86)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.shouldTraverse(PreviewElementFinderUtils.kt:276)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.access$shouldTraverse(PreviewElementFinderUtils.kt:1)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$$inlined$runReadAction$2.compute(actions.kt:60)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes(PreviewElementFinderUtils.kt:480)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes$default(PreviewElementFinderUtils.kt:179)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:143)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:139)
	at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:315)
	at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
	at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:316)
	at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
	at kotlin.sequences.TransformingSequence$iterator$1.hasNext(Sequences.kt:214)
	at kotlin.sequences.FilteringSequence$iterator$1.calcNext(Sequences.kt:169)
	at kotlin.sequences.FilteringSequence$iterator$1.hasNext(Sequences.kt:194)
	at kotlin.sequences.SequencesKt___SequencesKt.firstOrNull(_Sequences.kt:168)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.hasPreviewElements(PreviewElementFinderUtils.kt:99)
	at com.android.tools.idea.compose.preview.util.ComposePreviewElementKt.isValidComposePreview(ComposePreviewElement.kt:157)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:130)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.access$containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:1)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:59)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:48)
	at com.intellij.execution.actions.RunConfigurationProducer.createConfigurationFromContext(RunConfigurationProducer.java:100)
	at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
	at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
	at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
	at com.intellij.execution.actions.ConfigurationContext.getConfigurationsFromContext(ConfigurationContext.java:413)
	at com.intellij.execution.actions.ConfigurationContext.findPreferredConfiguration(ConfigurationContext.java:292)
	at com.intellij.execution.actions.ConfigurationContext.findExisting(ConfigurationContext.java:285)
	at com.intellij.execution.actions.BaseRunConfigurationAction.findExisting(BaseRunConfigurationAction.java:65)
	at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:220)
	at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$iterateGroupChildren$22(ActionUpdater.java:613)
	at com.intellij.util.containers.FilteredTraverserBase$Meta.childrenImpl(FilteredTraverserBase.java:437)
	at com.intellij.util.containers.FilteredTraverserBase$Meta.children(FilteredTraverserBase.java:423)
	at com.intellij.util.containers.FilteredTraverserBase.children(FilteredTraverserBase.java:304)
	at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:121)
	at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:108)
	at com.intellij.util.containers.TreeTraversal$P.iterable(TreeTraversal.java:805)
	at com.intellij.util.containers.TreeTraversal$P.iterator(TreeTraversal.java:799)
	at com.intellij.util.containers.TreeTraversal$LeavesDfsIt.nextImpl(TreeTraversal.java:570)
	at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
	at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
	at com.intellij.util.containers.JBIterable.size(JBIterable.java:242)
	at com.intellij.ide.actions.SmartPopupActionGroup.update(SmartPopupActionGroup.java:30)
	... 62 more
Caused by: java.nio.file.NoSuchFileException: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar
	at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(Unknown Source)
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(Unknown Source)
	at java.base/java.nio.file.Files.readAttributes(Unknown Source)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:19)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:15)
	at com.intellij.util.io.FileAccessorCache.createHandle(FileAccessorCache.java:45)
	at com.intellij.util.io.FileAccessorCache.get(FileAccessorCache.java:39)
	at com.intellij.openapi.vfs.impl.ZipHandler.acquireZipHandle(ZipHandler.java:46)
	at com.intellij.openapi.vfs.impl.ZipHandlerBase.contentsToByteArray(ZipHandlerBase.java:85)
	at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.lambda$new$2(ArchiveFileSystem.java:199)
	at com.intellij.openapi.vfs.DiskQueryRelay.lambda$accessDiskWithCheckCanceled$0(DiskQueryRelay.java:42)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	... 7 more
	Suppressed: java.lang.Throwable: Caller thread's stacktrace
		at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.contentsToByteArray(ArchiveFileSystem.java:211)
		at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.contentsToByteArray(PersistentFSImpl.java:609)
		at com.intellij.openapi.vfs.newvfs.impl.VirtualFileImpl.contentsToByteArray(VirtualFileImpl.java:126)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:55)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
		at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
		at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
		at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
		at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
		at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
		at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
		at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
		at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
		at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
		at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
		at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
		at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
		at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClassDescriptor(KotlinUastResolveProviderService.kt:237)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClass(KotlinUastResolveProviderService.kt:228)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.resolveToClass(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:86)
		at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:74)
		at org.jetbrains.uast.UastUtils__UastUtilsKt.tryResolve(UastUtils.kt:139)
		at org.jetbrains.uast.UastUtils.tryResolve(Unknown Source)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.couldBeMultiPreviewAnnotation(PreviewElementFinderUtils.kt:86)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.shouldTraverse(PreviewElementFinderUtils.kt:276)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.access$shouldTraverse(PreviewElementFinderUtils.kt:1)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$$inlined$runReadAction$2.compute(actions.kt:60)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes(PreviewElementFinderUtils.kt:480)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes$default(PreviewElementFinderUtils.kt:179)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:143)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:139)
		at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:315)
		at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
		at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:316)
		at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
		at kotlin.sequences.TransformingSequence$iterator$1.hasNext(Sequences.kt:214)
		at kotlin.sequences.FilteringSequence$iterator$1.calcNext(Sequences.kt:169)
		at kotlin.sequences.FilteringSequence$iterator$1.hasNext(Sequences.kt:194)
		at kotlin.sequences.SequencesKt___SequencesKt.firstOrNull(_Sequences.kt:168)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.hasPreviewElements(PreviewElementFinderUtils.kt:99)
		at com.android.tools.idea.compose.preview.util.ComposePreviewElementKt.isValidComposePreview(ComposePreviewElement.kt:157)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:130)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.access$containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:1)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:59)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:48)
		at com.intellij.execution.actions.RunConfigurationProducer.createConfigurationFromContext(RunConfigurationProducer.java:100)
		at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
		at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
		at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
		at com.intellij.execution.actions.ConfigurationContext.getConfigurationsFromContext(ConfigurationContext.java:413)
		at com.intellij.execution.actions.ConfigurationContext.findPreferredConfiguration(ConfigurationContext.java:292)
		at com.intellij.execution.actions.ConfigurationContext.findExisting(ConfigurationContext.java:285)
		at com.intellij.execution.actions.BaseRunConfigurationAction.findExisting(BaseRunConfigurationAction.java:65)
		at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:220)
		at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$iterateGroupChildren$22(ActionUpdater.java:613)
		at com.intellij.util.containers.FilteredTraverserBase$Meta.childrenImpl(FilteredTraverserBase.java:437)
		at com.intellij.util.containers.FilteredTraverserBase$Meta.children(FilteredTraverserBase.java:423)
		at com.intellij.util.containers.FilteredTraverserBase.children(FilteredTraverserBase.java:304)
		at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:121)
		at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:108)
		at com.intellij.util.containers.TreeTraversal$P.iterable(TreeTraversal.java:805)
		at com.intellij.util.containers.TreeTraversal$P.iterator(TreeTraversal.java:799)
		at com.intellij.util.containers.TreeTraversal$LeavesDfsIt.nextImpl(TreeTraversal.java:570)
		at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
		at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
		at com.intellij.util.containers.JBIterable.size(JBIterable.java:242)
		at com.intellij.ide.actions.SmartPopupActionGroup.update(SmartPopupActionGroup.java:30)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
		at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
		at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
		at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
		at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
		... 7 more
2022-10-10 16:54:29,990 [ 169685] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Android Studio Flamingo | 2022.2.1 Canary 3  Build #AI-222.4167.29.2221.9133400
2022-10-10 16:54:29,989 [ 169684] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Android Studio Flamingo | 2022.2.1 Canary 3  Build #AI-222.4167.29.2221.9133400
2022-10-10 16:54:29,997 [ 169692] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-10-10 16:54:29,997 [ 169692] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Android Studio Flamingo | 2022.2.1 Canary 3  Build #AI-222.4167.29.2221.9133400
2022-10-10 16:54:29,997 [ 169692] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-10-10 16:54:29,997 [ 169692] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - OS: Mac OS X
2022-10-10 16:54:29,997 [ 169692] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-10-10 16:54:29,997 [ 169692] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - OS: Mac OS X
2022-10-10 16:54:29,997 [ 169692] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - OS: Mac OS X
2022-10-10 16:54:29,998 [ 169693] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Plugin to blame: Kotlin version: 222-1.7.10-release-334-AS3739.54
2022-10-10 16:54:29,999 [ 169694] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Plugin to blame: Kotlin version: 222-1.7.10-release-334-AS3739.54
2022-10-10 16:54:29,999 [ 169694] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Exception while analyzing expression at (47,15) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
org.jetbrains.kotlin.utils.KotlinExceptionWithAttachments: Exception while analyzing expression at (47,15) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.logOrThrowException(ExpressionTypingVisitorDispatcher.java:247)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:225)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:112)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
	at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
	at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
	at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
	at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
	at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.getImplicitReturn(KotlinUastResolveProviderService.kt:125)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getImplicitReturn(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:43)
	at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:26)
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
	at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body.getImplicitReturn(KotlinULambdaExpression.kt)
	at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:207)
	at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:115)
	at org.jetbrains.uast.kotlin.BaseKotlinUastResolveProviderService$DefaultImpls.convertParent(BaseKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.convertParent(KotlinUastResolveProviderService.kt)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.convertParent(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement.convertParent(KotlinAbstractUElement.kt:31)
	at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.convertParent(KotlinUFunctionCallExpression.kt:174)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:27)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:13)
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement.getUastParent(KotlinAbstractUElement.kt)
	at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:296)
	at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:248)
	at com.android.tools.idea.run.AndroidConfigurationProducer.getActivityClass(AndroidConfigurationProducer.java:60)
	at com.android.tools.idea.run.AndroidConfigurationProducer.createConfigurationFromContext(AndroidConfigurationProducer.java:73)
	at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
	at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
	at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
	at com.intellij.execution.actions.PreferredProducerFind.createConfiguration(PreferredProducerFind.java:32)
	at com.intellij.execution.actions.ConfigurationContext.createConfiguration(ConfigurationContext.java:204)
	at com.intellij.execution.actions.ConfigurationContext.getConfiguration(ConfigurationContext.java:195)
	at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:223)
	at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$iterateGroupChildren$22(ActionUpdater.java:613)
	at com.intellij.util.containers.FilteredTraverserBase$Meta.childrenImpl(FilteredTraverserBase.java:437)
	at com.intellij.util.containers.FilteredTraverserBase$Meta.children(FilteredTraverserBase.java:423)
	at com.intellij.util.containers.FilteredTraverserBase.children(FilteredTraverserBase.java:304)
	at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:121)
	at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:108)
	at com.intellij.util.containers.TreeTraversal$P.iterable(TreeTraversal.java:805)
	at com.intellij.util.containers.TreeTraversal$P.iterator(TreeTraversal.java:799)
	at com.intellij.util.containers.TreeTraversal$LeavesDfsIt.nextImpl(TreeTraversal.java:570)
	at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
	at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
	at com.intellij.util.containers.JBIterable.size(JBIterable.java:242)
	at com.intellij.ide.actions.SmartPopupActionGroup.update(SmartPopupActionGroup.java:30)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Could not read file: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar!/androidx/compose/runtime/SnapshotStateKt__DerivedStateKt.class; size in bytes: 6541; file type: CLASS
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.logFileReadingErrorMessage(VirtualFileKotlinClass.kt:77)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.access$logFileReadingErrorMessage(VirtualFileKotlinClass.kt:46)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:68)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
	at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
	at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
	at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
	at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
	at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
	at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
	at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
	at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
	... 151 more
Caused by: java.nio.file.NoSuchFileException: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar
	at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(Unknown Source)
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(Unknown Source)
	at java.base/java.nio.file.Files.readAttributes(Unknown Source)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:19)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:15)
	at com.intellij.util.io.FileAccessorCache.createHandle(FileAccessorCache.java:45)
	at com.intellij.util.io.FileAccessorCache.get(FileAccessorCache.java:39)
	at com.intellij.openapi.vfs.impl.ZipHandler.acquireZipHandle(ZipHandler.java:46)
	at com.intellij.openapi.vfs.impl.ZipHandlerBase.contentsToByteArray(ZipHandlerBase.java:85)
	at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.lambda$new$2(ArchiveFileSystem.java:199)
	at com.intellij.openapi.vfs.DiskQueryRelay.lambda$accessDiskWithCheckCanceled$0(DiskQueryRelay.java:42)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	... 7 more
	Suppressed: java.lang.Throwable: Caller thread's stacktrace
		at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.contentsToByteArray(ArchiveFileSystem.java:211)
		at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.contentsToByteArray(PersistentFSImpl.java:609)
		at com.intellij.openapi.vfs.newvfs.impl.VirtualFileImpl.contentsToByteArray(VirtualFileImpl.java:126)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:55)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
		at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
		at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
		at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
		at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
		at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
		at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
		at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
		at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
		at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
		at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
		at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
		at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
		at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.getImplicitReturn(KotlinUastResolveProviderService.kt:125)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getImplicitReturn(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:43)
		at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:26)
		at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
		at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body.getImplicitReturn(KotlinULambdaExpression.kt)
		at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:207)
		at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:115)
		at org.jetbrains.uast.kotlin.BaseKotlinUastResolveProviderService$DefaultImpls.convertParent(BaseKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.convertParent(KotlinUastResolveProviderService.kt)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.convertParent(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement.convertParent(KotlinAbstractUElement.kt:31)
		at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.convertParent(KotlinUFunctionCallExpression.kt:174)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:27)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:13)
		at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement.getUastParent(KotlinAbstractUElement.kt)
		at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:296)
		at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:248)
		at com.android.tools.idea.run.AndroidConfigurationProducer.getActivityClass(AndroidConfigurationProducer.java:60)
		at com.android.tools.idea.run.AndroidConfigurationProducer.createConfigurationFromContext(AndroidConfigurationProducer.java:73)
		at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
		at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
		at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
		at com.intellij.execution.actions.PreferredProducerFind.createConfiguration(PreferredProducerFind.java:32)
		at com.intellij.execution.actions.ConfigurationContext.createConfiguration(ConfigurationContext.java:204)
		at com.intellij.execution.actions.ConfigurationContext.getConfiguration(ConfigurationContext.java:195)
		at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:223)
		at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$iterateGroupChildren$22(ActionUpdater.java:613)
		at com.intellij.util.containers.FilteredTraverserBase$Meta.childrenImpl(FilteredTraverserBase.java:437)
		at com.intellij.util.containers.FilteredTraverserBase$Meta.children(FilteredTraverserBase.java:423)
		at com.intellij.util.containers.FilteredTraverserBase.children(FilteredTraverserBase.java:304)
		at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:121)
		at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:108)
		at com.intellij.util.containers.TreeTraversal$P.iterable(TreeTraversal.java:805)
		at com.intellij.util.containers.TreeTraversal$P.iterator(TreeTraversal.java:799)
		at com.intellij.util.containers.TreeTraversal$LeavesDfsIt.nextImpl(TreeTraversal.java:570)
		at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
		at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
		at com.intellij.util.containers.JBIterable.size(JBIterable.java:242)
		at com.intellij.ide.actions.SmartPopupActionGroup.update(SmartPopupActionGroup.java:30)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
		at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
		at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
		at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
		at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
		... 7 more
2022-10-10 16:54:30,001 [ 169696] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Exception while analyzing expression at (37,20) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
org.jetbrains.kotlin.utils.KotlinExceptionWithAttachments: Exception while analyzing expression at (37,20) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.logOrThrowException(ExpressionTypingVisitorDispatcher.java:247)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:225)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:112)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
	at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
	at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
	at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
	at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
	at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveAccessorCall(KotlinUastResolveProviderService.kt:183)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.resolveAccessorCall(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinUSimpleReferenceExpression.visitAccessorCalls(KotlinUSimpleReferenceExpression.kt:52)
	at org.jetbrains.uast.kotlin.KotlinUSimpleReferenceExpression.accept(KotlinUSimpleReferenceExpression.kt:43)
	at org.jetbrains.uast.UQualifiedReferenceExpression$DefaultImpls.accept(UQualifiedReferenceExpression.kt:34)
	at org.jetbrains.uast.kotlin.KotlinUQualifiedReferenceExpression.accept(KotlinUQualifiedReferenceExpression.kt:13)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.accept(KotlinUFunctionCallExpression.kt:169)
	at org.jetbrains.uast.kotlin.KotlinULocalVariable.accept(KotlinULocalVariable.kt:46)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.UDeclarationsExpression$DefaultImpls.accept(UDeclarationsExpression.kt:22)
	at org.jetbrains.uast.kotlin.KotlinUDeclarationsExpression.accept(KotlinUDeclarationsExpression.kt:11)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.UBlockExpression$DefaultImpls.accept(UBlockExpression.kt:21)
	at org.jetbrains.uast.kotlin.KotlinUBlockExpression.accept(KotlinUBlockExpression.kt:13)
	at org.jetbrains.uast.UMethod$DefaultImpls.accept(UMethod.kt:45)
	at org.jetbrains.uast.kotlin.KotlinUMethod.accept(KotlinUMethod.kt:19)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.kotlin.AbstractKotlinUClass.accept(AbstractKotlinUClass.kt:46)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.UFile$DefaultImpls.accept(UFile.kt:91)
	at org.jetbrains.uast.kotlin.KotlinUFile.accept(KotlinUFile.kt:16)
	at com.android.tools.lint.detector.api.UastLintUtilsKt.acceptSourceFile(UastLintUtils.kt:526)
	at com.android.tools.lint.client.api.UElementVisitor$visitFile$2.run(UElementVisitor.kt:261)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:96)
	at com.android.tools.idea.lint.common.LintIdeClient.runReadAction(LintIdeClient.java:241)
	at com.android.tools.lint.client.api.LintDriver$LintClientWrapper.runReadAction(LintDriver.kt:2826)
	at com.android.tools.lint.client.api.UElementVisitor.visitFile(UElementVisitor.kt:259)
	at com.android.tools.lint.client.api.LintDriver$visitUastDetectors$1.run(LintDriver.kt:2123)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:96)
	at com.android.tools.idea.lint.common.LintIdeClient.runReadAction(LintIdeClient.java:241)
	at com.android.tools.lint.client.api.LintDriver$LintClientWrapper.runReadAction(LintDriver.kt:2826)
	at com.android.tools.lint.client.api.LintDriver.visitUastDetectors(LintDriver.kt:2123)
	at com.android.tools.lint.client.api.LintDriver.visitUast(LintDriver.kt:2082)
	at com.android.tools.lint.client.api.LintDriver.runFileDetectors(LintDriver.kt:1431)
	at com.android.tools.lint.client.api.LintDriver.checkProject(LintDriver.kt:1195)
	at com.android.tools.lint.client.api.LintDriver.checkProjectRoot(LintDriver.kt:655)
	at com.android.tools.lint.client.api.LintDriver.access$checkProjectRoot(LintDriver.kt:162)
	at com.android.tools.lint.client.api.LintDriver$analyze$1.invoke(LintDriver.kt:445)
	at com.android.tools.lint.client.api.LintDriver$analyze$1.invoke(LintDriver.kt:442)
	at com.android.tools.lint.client.api.LintDriver.doAnalyze(LintDriver.kt:526)
	at com.android.tools.lint.client.api.LintDriver.doAnalyze$default(LintDriver.kt:497)
	at com.android.tools.lint.client.api.LintDriver.analyze(LintDriver.kt:442)
	at com.android.tools.idea.lint.common.LintExternalAnnotator.doAnnotate(LintExternalAnnotator.kt:194)
	at com.android.tools.idea.lint.common.LintExternalAnnotator.doAnnotate(LintExternalAnnotator.kt:72)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:220)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:214)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$0(ExternalToolPass.java:192)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass.runChangeAware(ExternalToolPass.java:289)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$2(ExternalToolPass.java:192)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:343)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.run(ExternalToolPass.java:191)
	at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:332)
	at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:322)
	at com.intellij.util.ui.update.MergingUpdateQueue.lambda$flush$1(MergingUpdateQueue.java:271)
	at com.intellij.util.ui.update.MergingUpdateQueue.flush(MergingUpdateQueue.java:285)
	at com.intellij.util.ui.update.MergingUpdateQueue.run(MergingUpdateQueue.java:240)
	at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:241)
	at com.intellij.util.Alarm$Request.runSafely(Alarm.java:388)
	at com.intellij.util.Alarm$Request.run(Alarm.java:377)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:223)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Could not read file: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar!/androidx/compose/runtime/SnapshotStateKt__DerivedStateKt.class; size in bytes: 6541; file type: CLASS
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.logFileReadingErrorMessage(VirtualFileKotlinClass.kt:77)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.access$logFileReadingErrorMessage(VirtualFileKotlinClass.kt:46)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:68)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
	at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
	at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
	at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
	at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
	at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
	at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
	at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
	at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
	... 151 more
Caused by: java.nio.file.NoSuchFileException: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar
	at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(Unknown Source)
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(Unknown Source)
	at java.base/java.nio.file.Files.readAttributes(Unknown Source)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:19)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:15)
	at com.intellij.util.io.FileAccessorCache.createHandle(FileAccessorCache.java:45)
	at com.intellij.util.io.FileAccessorCache.get(FileAccessorCache.java:39)
	at com.intellij.openapi.vfs.impl.ZipHandler.acquireZipHandle(ZipHandler.java:46)
	at com.intellij.openapi.vfs.impl.ZipHandlerBase.contentsToByteArray(ZipHandlerBase.java:85)
	at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.lambda$new$2(ArchiveFileSystem.java:199)
	at com.intellij.openapi.vfs.DiskQueryRelay.lambda$accessDiskWithCheckCanceled$0(DiskQueryRelay.java:42)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	... 7 more
	Suppressed: java.lang.Throwable: Caller thread's stacktrace
		at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.contentsToByteArray(ArchiveFileSystem.java:211)
		at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.contentsToByteArray(PersistentFSImpl.java:609)
		at com.intellij.openapi.vfs.newvfs.impl.VirtualFileImpl.contentsToByteArray(VirtualFileImpl.java:126)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:55)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
		at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
		at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
		at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
		at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
		at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
		at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
		at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
		at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
		at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
		at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
		at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
		at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
		at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveAccessorCall(KotlinUastResolveProviderService.kt:183)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.resolveAccessorCall(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinUSimpleReferenceExpression.visitAccessorCalls(KotlinUSimpleReferenceExpression.kt:52)
		at org.jetbrains.uast.kotlin.KotlinUSimpleReferenceExpression.accept(KotlinUSimpleReferenceExpression.kt:43)
		at org.jetbrains.uast.UQualifiedReferenceExpression$DefaultImpls.accept(UQualifiedReferenceExpression.kt:34)
		at org.jetbrains.uast.kotlin.KotlinUQualifiedReferenceExpression.accept(KotlinUQualifiedReferenceExpression.kt:13)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.accept(KotlinUFunctionCallExpression.kt:169)
		at org.jetbrains.uast.kotlin.KotlinULocalVariable.accept(KotlinULocalVariable.kt:46)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.UDeclarationsExpression$DefaultImpls.accept(UDeclarationsExpression.kt:22)
		at org.jetbrains.uast.kotlin.KotlinUDeclarationsExpression.accept(KotlinUDeclarationsExpression.kt:11)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.UBlockExpression$DefaultImpls.accept(UBlockExpression.kt:21)
		at org.jetbrains.uast.kotlin.KotlinUBlockExpression.accept(KotlinUBlockExpression.kt:13)
		at org.jetbrains.uast.UMethod$DefaultImpls.accept(UMethod.kt:45)
		at org.jetbrains.uast.kotlin.KotlinUMethod.accept(KotlinUMethod.kt:19)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.kotlin.AbstractKotlinUClass.accept(AbstractKotlinUClass.kt:46)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.UFile$DefaultImpls.accept(UFile.kt:91)
		at org.jetbrains.uast.kotlin.KotlinUFile.accept(KotlinUFile.kt:16)
		at com.android.tools.lint.detector.api.UastLintUtilsKt.acceptSourceFile(UastLintUtils.kt:526)
		at com.android.tools.lint.client.api.UElementVisitor$visitFile$2.run(UElementVisitor.kt:261)
		at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
		at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:96)
		at com.android.tools.idea.lint.common.LintIdeClient.runReadAction(LintIdeClient.java:241)
		at com.android.tools.lint.client.api.LintDriver$LintClientWrapper.runReadAction(LintDriver.kt:2826)
		at com.android.tools.lint.client.api.UElementVisitor.visitFile(UElementVisitor.kt:259)
		at com.android.tools.lint.client.api.LintDriver$visitUastDetectors$1.run(LintDriver.kt:2123)
		at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
		at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:96)
		at com.android.tools.idea.lint.common.LintIdeClient.runReadAction(LintIdeClient.java:241)
		at com.android.tools.lint.client.api.LintDriver$LintClientWrapper.runReadAction(LintDriver.kt:2826)
		at com.android.tools.lint.client.api.LintDriver.visitUastDetectors(LintDriver.kt:2123)
		at com.android.tools.lint.client.api.LintDriver.visitUast(LintDriver.kt:2082)
		at com.android.tools.lint.client.api.LintDriver.runFileDetectors(LintDriver.kt:1431)
		at com.android.tools.lint.client.api.LintDriver.checkProject(LintDriver.kt:1195)
		at com.android.tools.lint.client.api.LintDriver.checkProjectRoot(LintDriver.kt:655)
		at com.android.tools.lint.client.api.LintDriver.access$checkProjectRoot(LintDriver.kt:162)
		at com.android.tools.lint.client.api.LintDriver$analyze$1.invoke(LintDriver.kt:445)
		at com.android.tools.lint.client.api.LintDriver$analyze$1.invoke(LintDriver.kt:442)
		at com.android.tools.lint.client.api.LintDriver.doAnalyze(LintDriver.kt:526)
		at com.android.tools.lint.client.api.LintDriver.doAnalyze$default(LintDriver.kt:497)
		at com.android.tools.lint.client.api.LintDriver.analyze(LintDriver.kt:442)
		at com.android.tools.idea.lint.common.LintExternalAnnotator.doAnnotate(LintExternalAnnotator.kt:194)
		at com.android.tools.idea.lint.common.LintExternalAnnotator.doAnnotate(LintExternalAnnotator.kt:72)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:220)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:214)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$0(ExternalToolPass.java:192)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass.runChangeAware(ExternalToolPass.java:289)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$2(ExternalToolPass.java:192)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
		at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:343)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.run(ExternalToolPass.java:191)
		at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:332)
		at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:322)
		at com.intellij.util.ui.update.MergingUpdateQueue.lambda$flush$1(MergingUpdateQueue.java:271)
		at com.intellij.util.ui.update.MergingUpdateQueue.flush(MergingUpdateQueue.java:285)
		at com.intellij.util.ui.update.MergingUpdateQueue.run(MergingUpdateQueue.java:240)
		at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:241)
		at com.intellij.util.Alarm$Request.runSafely(Alarm.java:388)
		at com.intellij.util.Alarm$Request.run(Alarm.java:377)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
		at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
		at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:223)
		at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
		at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
		at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
		... 7 more
2022-10-10 16:54:30,000 [ 169695] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Plugin to blame: Kotlin version: 222-1.7.10-release-334-AS3739.54
2022-10-10 16:54:30,008 [ 169703] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Android Studio Flamingo | 2022.2.1 Canary 3  Build #AI-222.4167.29.2221.9133400
2022-10-10 16:54:30,012 [ 169707] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-10-10 16:54:30,012 [ 169707] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - OS: Mac OS X
2022-10-10 16:54:30,012 [ 169707] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Android Studio Flamingo | 2022.2.1 Canary 3  Build #AI-222.4167.29.2221.9133400
2022-10-10 16:54:30,012 [ 169707] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-10-10 16:54:30,012 [ 169707] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - OS: Mac OS X
2022-10-10 16:54:30,014 [ 169709] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Plugin to blame: Kotlin version: 222-1.7.10-release-334-AS3739.54
2022-10-10 16:54:30,014 [ 169709] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Exception while analyzing expression at (55,10) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
org.jetbrains.kotlin.utils.KotlinExceptionWithAttachments: Exception while analyzing expression at (55,10) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.logOrThrowException(ExpressionTypingVisitorDispatcher.java:247)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:225)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.types.expressions.ControlStructureTypingVisitor.visitReturnExpression(ControlStructureTypingVisitor.java:914)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitReturnExpression(ExpressionTypingVisitorDispatcher.java:280)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForBlock.visitReturnExpression(ExpressionTypingVisitorDispatcher.java:60)
	at org.jetbrains.kotlin.psi.KtReturnExpression.accept(KtReturnExpression.java:33)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitExpression(ExpressionTypingVisitorForStatements.java:512)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitExpression(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtVisitor.visitExpressionWithLabel(KtVisitor.java:230)
	at org.jetbrains.kotlin.psi.KtVisitor.visitReturnExpression(KtVisitor.java:226)
	at org.jetbrains.kotlin.psi.KtReturnExpression.accept(KtReturnExpression.java:33)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeOfLastExpressionInBlock(ExpressionTypingServices.java:407)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:328)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
	at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
	at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
	at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
	at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
	at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClassDescriptor(KotlinUastResolveProviderService.kt:237)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClass(KotlinUastResolveProviderService.kt:228)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.resolveToClass(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:86)
	at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:74)
	at org.jetbrains.uast.UastUtils__UastUtilsKt.tryResolve(UastUtils.kt:139)
	at org.jetbrains.uast.UastUtils.tryResolve(Unknown Source)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$$inlined$runReadAction$2.compute(actions.kt:73)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes(PreviewElementFinderUtils.kt:480)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes$default(PreviewElementFinderUtils.kt:179)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:143)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:139)
	at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:315)
	at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
	at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:316)
	at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
	at kotlin.sequences.TransformingSequence$iterator$1.hasNext(Sequences.kt:214)
	at kotlin.sequences.FilteringSequence$iterator$1.calcNext(Sequences.kt:169)
	at kotlin.sequences.FilteringSequence$iterator$1.hasNext(Sequences.kt:194)
	at kotlin.sequences.SequencesKt___SequencesKt.firstOrNull(_Sequences.kt:168)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.hasPreviewElements(PreviewElementFinderUtils.kt:99)
	at com.android.tools.idea.compose.preview.util.ComposePreviewElementKt.isValidComposePreview(ComposePreviewElement.kt:157)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:130)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.access$containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:1)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:59)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:48)
	at com.intellij.execution.actions.RunConfigurationProducer.createConfigurationFromContext(RunConfigurationProducer.java:100)
	at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
	at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
	at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
	at com.intellij.execution.actions.ConfigurationContext.getConfigurationsFromContext(ConfigurationContext.java:413)
	at com.intellij.execution.actions.ConfigurationContext.findPreferredConfiguration(ConfigurationContext.java:292)
	at com.intellij.execution.actions.ConfigurationContext.findExisting(ConfigurationContext.java:285)
	at com.intellij.execution.actions.BaseRunConfigurationAction.findExisting(BaseRunConfigurationAction.java:65)
	at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:220)
	at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Could not read file: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar!/androidx/compose/runtime/SnapshotStateKt__DerivedStateKt.class; size in bytes: 6541; file type: CLASS
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.logFileReadingErrorMessage(VirtualFileKotlinClass.kt:77)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.access$logFileReadingErrorMessage(VirtualFileKotlinClass.kt:46)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:68)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
	at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
	at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
	at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
	at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
	at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
	at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
	at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
	at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
	at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
	at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
	at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
	at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
	at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClassDescriptor(KotlinUastResolveProviderService.kt:237)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClass(KotlinUastResolveProviderService.kt:228)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.resolveToClass(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:86)
	at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:74)
	at org.jetbrains.uast.UastUtils__UastUtilsKt.tryResolve(UastUtils.kt:139)
	at org.jetbrains.uast.UastUtils.tryResolve(Unknown Source)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.couldBeMultiPreviewAnnotation(PreviewElementFinderUtils.kt:86)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.shouldTraverse(PreviewElementFinderUtils.kt:276)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.access$shouldTraverse(PreviewElementFinderUtils.kt:1)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$$inlined$runReadAction$2.compute(actions.kt:60)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes(PreviewElementFinderUtils.kt:480)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes$default(PreviewElementFinderUtils.kt:179)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:143)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:139)
	at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:315)
	at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
	at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:316)
	at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
	at kotlin.sequences.TransformingSequence$iterator$1.hasNext(Sequences.kt:214)
	at kotlin.sequences.FilteringSequence$iterator$1.calcNext(Sequences.kt:169)
	at kotlin.sequences.FilteringSequence$iterator$1.hasNext(Sequences.kt:194)
	at kotlin.sequences.SequencesKt___SequencesKt.firstOrNull(_Sequences.kt:168)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.hasPreviewElements(PreviewElementFinderUtils.kt:99)
	at com.android.tools.idea.compose.preview.util.ComposePreviewElementKt.isValidComposePreview(ComposePreviewElement.kt:157)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:130)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.access$containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:1)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:59)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:48)
	at com.intellij.execution.actions.RunConfigurationProducer.createConfigurationFromContext(RunConfigurationProducer.java:100)
	at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
	at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
	at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
	at com.intellij.execution.actions.ConfigurationContext.getConfigurationsFromContext(ConfigurationContext.java:413)
	at com.intellij.execution.actions.ConfigurationContext.findPreferredConfiguration(ConfigurationContext.java:292)
	at com.intellij.execution.actions.ConfigurationContext.findExisting(ConfigurationContext.java:285)
	at com.intellij.execution.actions.BaseRunConfigurationAction.findExisting(BaseRunConfigurationAction.java:65)
	at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:220)
	at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$iterateGroupChildren$22(ActionUpdater.java:613)
	at com.intellij.util.containers.FilteredTraverserBase$Meta.childrenImpl(FilteredTraverserBase.java:437)
	at com.intellij.util.containers.FilteredTraverserBase$Meta.children(FilteredTraverserBase.java:423)
	at com.intellij.util.containers.FilteredTraverserBase.children(FilteredTraverserBase.java:304)
	at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:121)
	at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:108)
	at com.intellij.util.containers.TreeTraversal$P.iterable(TreeTraversal.java:805)
	at com.intellij.util.containers.TreeTraversal$P.iterator(TreeTraversal.java:799)
	at com.intellij.util.containers.TreeTraversal$LeavesDfsIt.nextImpl(TreeTraversal.java:570)
	at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
	at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
	at com.intellij.util.containers.JBIterable.size(JBIterable.java:242)
	at com.intellij.ide.actions.SmartPopupActionGroup.update(SmartPopupActionGroup.java:30)
	... 62 more
Caused by: java.nio.file.NoSuchFileException: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar
	at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(Unknown Source)
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(Unknown Source)
	at java.base/java.nio.file.Files.readAttributes(Unknown Source)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:19)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:15)
	at com.intellij.util.io.FileAccessorCache.createHandle(FileAccessorCache.java:45)
	at com.intellij.util.io.FileAccessorCache.get(FileAccessorCache.java:39)
	at com.intellij.openapi.vfs.impl.ZipHandler.acquireZipHandle(ZipHandler.java:46)
	at com.intellij.openapi.vfs.impl.ZipHandlerBase.contentsToByteArray(ZipHandlerBase.java:85)
	at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.lambda$new$2(ArchiveFileSystem.java:199)
	at com.intellij.openapi.vfs.DiskQueryRelay.lambda$accessDiskWithCheckCanceled$0(DiskQueryRelay.java:42)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	... 7 more
	Suppressed: java.lang.Throwable: Caller thread's stacktrace
		at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.contentsToByteArray(ArchiveFileSystem.java:211)
		at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.contentsToByteArray(PersistentFSImpl.java:609)
		at com.intellij.openapi.vfs.newvfs.impl.VirtualFileImpl.contentsToByteArray(VirtualFileImpl.java:126)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:55)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
		at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
		at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
		at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
		at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
		at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
		at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
		at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
		at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
		at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
		at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
		at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
		at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
		at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClassDescriptor(KotlinUastResolveProviderService.kt:237)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClass(KotlinUastResolveProviderService.kt:228)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.resolveToClass(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:86)
		at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:74)
		at org.jetbrains.uast.UastUtils__UastUtilsKt.tryResolve(UastUtils.kt:139)
		at org.jetbrains.uast.UastUtils.tryResolve(Unknown Source)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.couldBeMultiPreviewAnnotation(PreviewElementFinderUtils.kt:86)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.shouldTraverse(PreviewElementFinderUtils.kt:276)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.access$shouldTraverse(PreviewElementFinderUtils.kt:1)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$$inlined$runReadAction$2.compute(actions.kt:60)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes(PreviewElementFinderUtils.kt:480)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes$default(PreviewElementFinderUtils.kt:179)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:143)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:139)
		at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:315)
		at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
		at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:316)
		at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
		at kotlin.sequences.TransformingSequence$iterator$1.hasNext(Sequences.kt:214)
		at kotlin.sequences.FilteringSequence$iterator$1.calcNext(Sequences.kt:169)
		at kotlin.sequences.FilteringSequence$iterator$1.hasNext(Sequences.kt:194)
		at kotlin.sequences.SequencesKt___SequencesKt.firstOrNull(_Sequences.kt:168)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.hasPreviewElements(PreviewElementFinderUtils.kt:99)
		at com.android.tools.idea.compose.preview.util.ComposePreviewElementKt.isValidComposePreview(ComposePreviewElement.kt:157)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:130)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.access$containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:1)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:59)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:48)
		at com.intellij.execution.actions.RunConfigurationProducer.createConfigurationFromContext(RunConfigurationProducer.java:100)
		at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
		at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
		at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
		at com.intellij.execution.actions.ConfigurationContext.getConfigurationsFromContext(ConfigurationContext.java:413)
		at com.intellij.execution.actions.ConfigurationContext.findPreferredConfiguration(ConfigurationContext.java:292)
		at com.intellij.execution.actions.ConfigurationContext.findExisting(ConfigurationContext.java:285)
		at com.intellij.execution.actions.BaseRunConfigurationAction.findExisting(BaseRunConfigurationAction.java:65)
		at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:220)
		at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$iterateGroupChildren$22(ActionUpdater.java:613)
		at com.intellij.util.containers.FilteredTraverserBase$Meta.childrenImpl(FilteredTraverserBase.java:437)
		at com.intellij.util.containers.FilteredTraverserBase$Meta.children(FilteredTraverserBase.java:423)
		at com.intellij.util.containers.FilteredTraverserBase.children(FilteredTraverserBase.java:304)
		at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:121)
		at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:108)
		at com.intellij.util.containers.TreeTraversal$P.iterable(TreeTraversal.java:805)
		at com.intellij.util.containers.TreeTraversal$P.iterator(TreeTraversal.java:799)
		at com.intellij.util.containers.TreeTraversal$LeavesDfsIt.nextImpl(TreeTraversal.java:570)
		at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
		at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
		at com.intellij.util.containers.JBIterable.size(JBIterable.java:242)
		at com.intellij.ide.actions.SmartPopupActionGroup.update(SmartPopupActionGroup.java:30)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
		at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
		at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
		at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
		at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
		... 7 more
2022-10-10 16:54:30,015 [ 169710] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Exception while analyzing expression at (48,24) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
org.jetbrains.kotlin.utils.KotlinExceptionWithAttachments: Exception while analyzing expression at (48,24) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.logOrThrowException(ExpressionTypingVisitorDispatcher.java:247)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:225)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
	at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
	at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
	at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
	at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
	at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.getImplicitReturn(KotlinUastResolveProviderService.kt:125)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getImplicitReturn(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:43)
	at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:26)
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
	at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body.getImplicitReturn(KotlinULambdaExpression.kt)
	at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:207)
	at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:115)
	at org.jetbrains.uast.kotlin.BaseKotlinUastResolveProviderService$DefaultImpls.convertParent(BaseKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.convertParent(KotlinUastResolveProviderService.kt)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.convertParent(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement.convertParent(KotlinAbstractUElement.kt:31)
	at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.convertParent(KotlinUFunctionCallExpression.kt:174)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:27)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:13)
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement.getUastParent(KotlinAbstractUElement.kt)
	at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:296)
	at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:248)
	at com.android.tools.idea.run.AndroidConfigurationProducer.getActivityClass(AndroidConfigurationProducer.java:60)
	at com.android.tools.idea.run.AndroidConfigurationProducer.createConfigurationFromContext(AndroidConfigurationProducer.java:73)
	at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
	at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
	at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
	at com.intellij.execution.actions.PreferredProducerFind.createConfiguration(PreferredProducerFind.java:32)
	at com.intellij.execution.actions.ConfigurationContext.createConfiguration(ConfigurationContext.java:204)
	at com.intellij.execution.actions.ConfigurationContext.getConfiguration(ConfigurationContext.java:195)
	at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:223)
	at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$iterateGroupChildren$22(ActionUpdater.java:613)
	at com.intellij.util.containers.FilteredTraverserBase$Meta.childrenImpl(FilteredTraverserBase.java:437)
	at com.intellij.util.containers.FilteredTraverserBase$Meta.children(FilteredTraverserBase.java:423)
	at com.intellij.util.containers.FilteredTraverserBase.children(FilteredTraverserBase.java:304)
	at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:121)
	at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:108)
	at com.intellij.util.containers.TreeTraversal$P.iterable(TreeTraversal.java:805)
	at com.intellij.util.containers.TreeTraversal$P.iterator(TreeTraversal.java:799)
	at com.intellij.util.containers.TreeTraversal$LeavesDfsIt.nextImpl(TreeTraversal.java:570)
	at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
	at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
	at com.intellij.util.containers.JBIterable.size(JBIterable.java:242)
	at com.intellij.ide.actions.SmartPopupActionGroup.update(SmartPopupActionGroup.java:30)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Could not read file: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar!/androidx/compose/runtime/SnapshotStateKt__DerivedStateKt.class; size in bytes: 6541; file type: CLASS
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.logFileReadingErrorMessage(VirtualFileKotlinClass.kt:77)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.access$logFileReadingErrorMessage(VirtualFileKotlinClass.kt:46)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:68)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
	at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
	at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
	at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
	at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
	at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
	at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
	at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
	at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	... 164 more
Caused by: java.nio.file.NoSuchFileException: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar
	at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(Unknown Source)
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(Unknown Source)
	at java.base/java.nio.file.Files.readAttributes(Unknown Source)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:19)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:15)
	at com.intellij.util.io.FileAccessorCache.createHandle(FileAccessorCache.java:45)
	at com.intellij.util.io.FileAccessorCache.get(FileAccessorCache.java:39)
	at com.intellij.openapi.vfs.impl.ZipHandler.acquireZipHandle(ZipHandler.java:46)
	at com.intellij.openapi.vfs.impl.ZipHandlerBase.contentsToByteArray(ZipHandlerBase.java:85)
	at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.lambda$new$2(ArchiveFileSystem.java:199)
	at com.intellij.openapi.vfs.DiskQueryRelay.lambda$accessDiskWithCheckCanceled$0(DiskQueryRelay.java:42)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	... 7 more
	Suppressed: java.lang.Throwable: Caller thread's stacktrace
		at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.contentsToByteArray(ArchiveFileSystem.java:211)
		at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.contentsToByteArray(PersistentFSImpl.java:609)
		at com.intellij.openapi.vfs.newvfs.impl.VirtualFileImpl.contentsToByteArray(VirtualFileImpl.java:126)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:55)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
		at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
		at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
		at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
		at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
		at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
		at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
		at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
		at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
		at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
		at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
		at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
		at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
		at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.getImplicitReturn(KotlinUastResolveProviderService.kt:125)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getImplicitReturn(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:43)
		at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:26)
		at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
		at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body.getImplicitReturn(KotlinULambdaExpression.kt)
		at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:207)
		at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:115)
		at org.jetbrains.uast.kotlin.BaseKotlinUastResolveProviderService$DefaultImpls.convertParent(BaseKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.convertParent(KotlinUastResolveProviderService.kt)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.convertParent(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement.convertParent(KotlinAbstractUElement.kt:31)
		at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.convertParent(KotlinUFunctionCallExpression.kt:174)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:27)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:13)
		at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement.getUastParent(KotlinAbstractUElement.kt)
		at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:296)
		at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:248)
		at com.android.tools.idea.run.AndroidConfigurationProducer.getActivityClass(AndroidConfigurationProducer.java:60)
		at com.android.tools.idea.run.AndroidConfigurationProducer.createConfigurationFromContext(AndroidConfigurationProducer.java:73)
		at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
		at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
		at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
		at com.intellij.execution.actions.PreferredProducerFind.createConfiguration(PreferredProducerFind.java:32)
		at com.intellij.execution.actions.ConfigurationContext.createConfiguration(ConfigurationContext.java:204)
		at com.intellij.execution.actions.ConfigurationContext.getConfiguration(ConfigurationContext.java:195)
		at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:223)
		at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$iterateGroupChildren$22(ActionUpdater.java:613)
		at com.intellij.util.containers.FilteredTraverserBase$Meta.childrenImpl(FilteredTraverserBase.java:437)
		at com.intellij.util.containers.FilteredTraverserBase$Meta.children(FilteredTraverserBase.java:423)
		at com.intellij.util.containers.FilteredTraverserBase.children(FilteredTraverserBase.java:304)
		at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:121)
		at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:108)
		at com.intellij.util.containers.TreeTraversal$P.iterable(TreeTraversal.java:805)
		at com.intellij.util.containers.TreeTraversal$P.iterator(TreeTraversal.java:799)
		at com.intellij.util.containers.TreeTraversal$LeavesDfsIt.nextImpl(TreeTraversal.java:570)
		at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
		at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
		at com.intellij.util.containers.JBIterable.size(JBIterable.java:242)
		at com.intellij.ide.actions.SmartPopupActionGroup.update(SmartPopupActionGroup.java:30)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
		at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
		at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
		at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
		at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
		... 7 more
2022-10-10 16:54:30,014 [ 169709] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Plugin to blame: Kotlin version: 222-1.7.10-release-334-AS3739.54
2022-10-10 16:54:30,022 [ 169717] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Android Studio Flamingo | 2022.2.1 Canary 3  Build #AI-222.4167.29.2221.9133400
2022-10-10 16:54:30,023 [ 169718] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-10-10 16:54:30,023 [ 169718] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - OS: Mac OS X
2022-10-10 16:54:30,023 [ 169718] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Exception while analyzing expression at (38,25) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
org.jetbrains.kotlin.utils.KotlinExceptionWithAttachments: Exception while analyzing expression at (38,25) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.logOrThrowException(ExpressionTypingVisitorDispatcher.java:247)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:225)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
	at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
	at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
	at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
	at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
	at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveAccessorCall(KotlinUastResolveProviderService.kt:183)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.resolveAccessorCall(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinUSimpleReferenceExpression.visitAccessorCalls(KotlinUSimpleReferenceExpression.kt:52)
	at org.jetbrains.uast.kotlin.KotlinUSimpleReferenceExpression.accept(KotlinUSimpleReferenceExpression.kt:43)
	at org.jetbrains.uast.UQualifiedReferenceExpression$DefaultImpls.accept(UQualifiedReferenceExpression.kt:34)
	at org.jetbrains.uast.kotlin.KotlinUQualifiedReferenceExpression.accept(KotlinUQualifiedReferenceExpression.kt:13)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.accept(KotlinUFunctionCallExpression.kt:169)
	at org.jetbrains.uast.kotlin.KotlinULocalVariable.accept(KotlinULocalVariable.kt:46)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.UDeclarationsExpression$DefaultImpls.accept(UDeclarationsExpression.kt:22)
	at org.jetbrains.uast.kotlin.KotlinUDeclarationsExpression.accept(KotlinUDeclarationsExpression.kt:11)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.UBlockExpression$DefaultImpls.accept(UBlockExpression.kt:21)
	at org.jetbrains.uast.kotlin.KotlinUBlockExpression.accept(KotlinUBlockExpression.kt:13)
	at org.jetbrains.uast.UMethod$DefaultImpls.accept(UMethod.kt:45)
	at org.jetbrains.uast.kotlin.KotlinUMethod.accept(KotlinUMethod.kt:19)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.kotlin.AbstractKotlinUClass.accept(AbstractKotlinUClass.kt:46)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.UFile$DefaultImpls.accept(UFile.kt:91)
	at org.jetbrains.uast.kotlin.KotlinUFile.accept(KotlinUFile.kt:16)
	at com.android.tools.lint.detector.api.UastLintUtilsKt.acceptSourceFile(UastLintUtils.kt:526)
	at com.android.tools.lint.client.api.UElementVisitor$visitFile$2.run(UElementVisitor.kt:261)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:96)
	at com.android.tools.idea.lint.common.LintIdeClient.runReadAction(LintIdeClient.java:241)
	at com.android.tools.lint.client.api.LintDriver$LintClientWrapper.runReadAction(LintDriver.kt:2826)
	at com.android.tools.lint.client.api.UElementVisitor.visitFile(UElementVisitor.kt:259)
	at com.android.tools.lint.client.api.LintDriver$visitUastDetectors$1.run(LintDriver.kt:2123)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:96)
	at com.android.tools.idea.lint.common.LintIdeClient.runReadAction(LintIdeClient.java:241)
	at com.android.tools.lint.client.api.LintDriver$LintClientWrapper.runReadAction(LintDriver.kt:2826)
	at com.android.tools.lint.client.api.LintDriver.visitUastDetectors(LintDriver.kt:2123)
	at com.android.tools.lint.client.api.LintDriver.visitUast(LintDriver.kt:2082)
	at com.android.tools.lint.client.api.LintDriver.runFileDetectors(LintDriver.kt:1431)
	at com.android.tools.lint.client.api.LintDriver.checkProject(LintDriver.kt:1195)
	at com.android.tools.lint.client.api.LintDriver.checkProjectRoot(LintDriver.kt:655)
	at com.android.tools.lint.client.api.LintDriver.access$checkProjectRoot(LintDriver.kt:162)
	at com.android.tools.lint.client.api.LintDriver$analyze$1.invoke(LintDriver.kt:445)
	at com.android.tools.lint.client.api.LintDriver$analyze$1.invoke(LintDriver.kt:442)
	at com.android.tools.lint.client.api.LintDriver.doAnalyze(LintDriver.kt:526)
	at com.android.tools.lint.client.api.LintDriver.doAnalyze$default(LintDriver.kt:497)
	at com.android.tools.lint.client.api.LintDriver.analyze(LintDriver.kt:442)
	at com.android.tools.idea.lint.common.LintExternalAnnotator.doAnnotate(LintExternalAnnotator.kt:194)
	at com.android.tools.idea.lint.common.LintExternalAnnotator.doAnnotate(LintExternalAnnotator.kt:72)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:220)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:214)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$0(ExternalToolPass.java:192)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass.runChangeAware(ExternalToolPass.java:289)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$2(ExternalToolPass.java:192)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:343)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.run(ExternalToolPass.java:191)
	at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:332)
	at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:322)
	at com.intellij.util.ui.update.MergingUpdateQueue.lambda$flush$1(MergingUpdateQueue.java:271)
	at com.intellij.util.ui.update.MergingUpdateQueue.flush(MergingUpdateQueue.java:285)
	at com.intellij.util.ui.update.MergingUpdateQueue.run(MergingUpdateQueue.java:240)
	at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:241)
	at com.intellij.util.Alarm$Request.runSafely(Alarm.java:388)
	at com.intellij.util.Alarm$Request.run(Alarm.java:377)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:223)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Could not read file: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar!/androidx/compose/runtime/SnapshotStateKt__DerivedStateKt.class; size in bytes: 6541; file type: CLASS
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.logFileReadingErrorMessage(VirtualFileKotlinClass.kt:77)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.access$logFileReadingErrorMessage(VirtualFileKotlinClass.kt:46)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:68)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
	at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
	at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
	at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
	at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
	at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
	at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
	at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
	at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	... 164 more
Caused by: java.nio.file.NoSuchFileException: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar
	at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(Unknown Source)
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(Unknown Source)
	at java.base/java.nio.file.Files.readAttributes(Unknown Source)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:19)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:15)
	at com.intellij.util.io.FileAccessorCache.createHandle(FileAccessorCache.java:45)
	at com.intellij.util.io.FileAccessorCache.get(FileAccessorCache.java:39)
	at com.intellij.openapi.vfs.impl.ZipHandler.acquireZipHandle(ZipHandler.java:46)
	at com.intellij.openapi.vfs.impl.ZipHandlerBase.contentsToByteArray(ZipHandlerBase.java:85)
	at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.lambda$new$2(ArchiveFileSystem.java:199)
	at com.intellij.openapi.vfs.DiskQueryRelay.lambda$accessDiskWithCheckCanceled$0(DiskQueryRelay.java:42)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	... 7 more
	Suppressed: java.lang.Throwable: Caller thread's stacktrace
		at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.contentsToByteArray(ArchiveFileSystem.java:211)
		at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.contentsToByteArray(PersistentFSImpl.java:609)
		at com.intellij.openapi.vfs.newvfs.impl.VirtualFileImpl.contentsToByteArray(VirtualFileImpl.java:126)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:55)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
		at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
		at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
		at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
		at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
		at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
		at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
		at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
		at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
		at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
		at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
		at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
		at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
		at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveAccessorCall(KotlinUastResolveProviderService.kt:183)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.resolveAccessorCall(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinUSimpleReferenceExpression.visitAccessorCalls(KotlinUSimpleReferenceExpression.kt:52)
		at org.jetbrains.uast.kotlin.KotlinUSimpleReferenceExpression.accept(KotlinUSimpleReferenceExpression.kt:43)
		at org.jetbrains.uast.UQualifiedReferenceExpression$DefaultImpls.accept(UQualifiedReferenceExpression.kt:34)
		at org.jetbrains.uast.kotlin.KotlinUQualifiedReferenceExpression.accept(KotlinUQualifiedReferenceExpression.kt:13)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.accept(KotlinUFunctionCallExpression.kt:169)
		at org.jetbrains.uast.kotlin.KotlinULocalVariable.accept(KotlinULocalVariable.kt:46)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.UDeclarationsExpression$DefaultImpls.accept(UDeclarationsExpression.kt:22)
		at org.jetbrains.uast.kotlin.KotlinUDeclarationsExpression.accept(KotlinUDeclarationsExpression.kt:11)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.UBlockExpression$DefaultImpls.accept(UBlockExpression.kt:21)
		at org.jetbrains.uast.kotlin.KotlinUBlockExpression.accept(KotlinUBlockExpression.kt:13)
		at org.jetbrains.uast.UMethod$DefaultImpls.accept(UMethod.kt:45)
		at org.jetbrains.uast.kotlin.KotlinUMethod.accept(KotlinUMethod.kt:19)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.kotlin.AbstractKotlinUClass.accept(AbstractKotlinUClass.kt:46)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.UFile$DefaultImpls.accept(UFile.kt:91)
		at org.jetbrains.uast.kotlin.KotlinUFile.accept(KotlinUFile.kt:16)
		at com.android.tools.lint.detector.api.UastLintUtilsKt.acceptSourceFile(UastLintUtils.kt:526)
		at com.android.tools.lint.client.api.UElementVisitor$visitFile$2.run(UElementVisitor.kt:261)
		at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
		at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:96)
		at com.android.tools.idea.lint.common.LintIdeClient.runReadAction(LintIdeClient.java:241)
		at com.android.tools.lint.client.api.LintDriver$LintClientWrapper.runReadAction(LintDriver.kt:2826)
		at com.android.tools.lint.client.api.UElementVisitor.visitFile(UElementVisitor.kt:259)
		at com.android.tools.lint.client.api.LintDriver$visitUastDetectors$1.run(LintDriver.kt:2123)
		at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
		at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:96)
		at com.android.tools.idea.lint.common.LintIdeClient.runReadAction(LintIdeClient.java:241)
		at com.android.tools.lint.client.api.LintDriver$LintClientWrapper.runReadAction(LintDriver.kt:2826)
		at com.android.tools.lint.client.api.LintDriver.visitUastDetectors(LintDriver.kt:2123)
		at com.android.tools.lint.client.api.LintDriver.visitUast(LintDriver.kt:2082)
		at com.android.tools.lint.client.api.LintDriver.runFileDetectors(LintDriver.kt:1431)
		at com.android.tools.lint.client.api.LintDriver.checkProject(LintDriver.kt:1195)
		at com.android.tools.lint.client.api.LintDriver.checkProjectRoot(LintDriver.kt:655)
		at com.android.tools.lint.client.api.LintDriver.access$checkProjectRoot(LintDriver.kt:162)
		at com.android.tools.lint.client.api.LintDriver$analyze$1.invoke(LintDriver.kt:445)
		at com.android.tools.lint.client.api.LintDriver$analyze$1.invoke(LintDriver.kt:442)
		at com.android.tools.lint.client.api.LintDriver.doAnalyze(LintDriver.kt:526)
		at com.android.tools.lint.client.api.LintDriver.doAnalyze$default(LintDriver.kt:497)
		at com.android.tools.lint.client.api.LintDriver.analyze(LintDriver.kt:442)
		at com.android.tools.idea.lint.common.LintExternalAnnotator.doAnnotate(LintExternalAnnotator.kt:194)
		at com.android.tools.idea.lint.common.LintExternalAnnotator.doAnnotate(LintExternalAnnotator.kt:72)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:220)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:214)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$0(ExternalToolPass.java:192)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass.runChangeAware(ExternalToolPass.java:289)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$2(ExternalToolPass.java:192)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
		at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:343)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.run(ExternalToolPass.java:191)
		at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:332)
		at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:322)
		at com.intellij.util.ui.update.MergingUpdateQueue.lambda$flush$1(MergingUpdateQueue.java:271)
		at com.intellij.util.ui.update.MergingUpdateQueue.flush(MergingUpdateQueue.java:285)
		at com.intellij.util.ui.update.MergingUpdateQueue.run(MergingUpdateQueue.java:240)
		at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:241)
		at com.intellij.util.Alarm$Request.runSafely(Alarm.java:388)
		at com.intellij.util.Alarm$Request.run(Alarm.java:377)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
		at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
		at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:223)
		at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
		at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
		at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
		... 7 more
2022-10-10 16:54:30,025 [ 169720] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Plugin to blame: Kotlin version: 222-1.7.10-release-334-AS3739.54
2022-10-10 16:54:30,023 [ 169718] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Android Studio Flamingo | 2022.2.1 Canary 3  Build #AI-222.4167.29.2221.9133400
2022-10-10 16:54:30,028 [ 169723] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-10-10 16:54:30,028 [ 169723] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - OS: Mac OS X
2022-10-10 16:54:30,028 [ 169723] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Android Studio Flamingo | 2022.2.1 Canary 3  Build #AI-222.4167.29.2221.9133400
2022-10-10 16:54:30,028 [ 169723] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-10-10 16:54:30,028 [ 169723] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - OS: Mac OS X
2022-10-10 16:54:30,029 [ 169724] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Plugin to blame: Kotlin version: 222-1.7.10-release-334-AS3739.54
2022-10-10 16:54:30,030 [ 169725] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Plugin to blame: Kotlin version: 222-1.7.10-release-334-AS3739.54
2022-10-10 16:54:30,030 [ 169725] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Exception while analyzing expression at (48,24) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
org.jetbrains.kotlin.utils.KotlinExceptionWithAttachments: Exception while analyzing expression at (48,24) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.logOrThrowException(ExpressionTypingVisitorDispatcher.java:247)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:225)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:112)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
	at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
	at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
	at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
	at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
	at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.getImplicitReturn(KotlinUastResolveProviderService.kt:125)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getImplicitReturn(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:43)
	at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:26)
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
	at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body.getImplicitReturn(KotlinULambdaExpression.kt)
	at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:207)
	at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:115)
	at org.jetbrains.uast.kotlin.BaseKotlinUastResolveProviderService$DefaultImpls.convertParent(BaseKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.convertParent(KotlinUastResolveProviderService.kt)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.convertParent(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement.convertParent(KotlinAbstractUElement.kt:31)
	at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.convertParent(KotlinUFunctionCallExpression.kt:174)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:27)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:13)
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement.getUastParent(KotlinAbstractUElement.kt)
	at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:296)
	at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:248)
	at com.android.tools.idea.run.AndroidConfigurationProducer.getActivityClass(AndroidConfigurationProducer.java:60)
	at com.android.tools.idea.run.AndroidConfigurationProducer.createConfigurationFromContext(AndroidConfigurationProducer.java:73)
	at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
	at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
	at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
	at com.intellij.execution.actions.PreferredProducerFind.createConfiguration(PreferredProducerFind.java:32)
	at com.intellij.execution.actions.ConfigurationContext.createConfiguration(ConfigurationContext.java:204)
	at com.intellij.execution.actions.ConfigurationContext.getConfiguration(ConfigurationContext.java:195)
	at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:223)
	at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$iterateGroupChildren$22(ActionUpdater.java:613)
	at com.intellij.util.containers.FilteredTraverserBase$Meta.childrenImpl(FilteredTraverserBase.java:437)
	at com.intellij.util.containers.FilteredTraverserBase$Meta.children(FilteredTraverserBase.java:423)
	at com.intellij.util.containers.FilteredTraverserBase.children(FilteredTraverserBase.java:304)
	at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:121)
	at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:108)
	at com.intellij.util.containers.TreeTraversal$P.iterable(TreeTraversal.java:805)
	at com.intellij.util.containers.TreeTraversal$P.iterator(TreeTraversal.java:799)
	at com.intellij.util.containers.TreeTraversal$LeavesDfsIt.nextImpl(TreeTraversal.java:570)
	at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
	at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
	at com.intellij.util.containers.JBIterable.size(JBIterable.java:242)
	at com.intellij.ide.actions.SmartPopupActionGroup.update(SmartPopupActionGroup.java:30)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Could not read file: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar!/androidx/compose/runtime/SnapshotStateKt__DerivedStateKt.class; size in bytes: 6541; file type: CLASS
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.logFileReadingErrorMessage(VirtualFileKotlinClass.kt:77)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.access$logFileReadingErrorMessage(VirtualFileKotlinClass.kt:46)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:68)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
	at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
	at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
	at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
	at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
	at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
	at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
	at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
	at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
	... 151 more
Caused by: java.nio.file.NoSuchFileException: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar
	at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(Unknown Source)
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(Unknown Source)
	at java.base/java.nio.file.Files.readAttributes(Unknown Source)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:19)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:15)
	at com.intellij.util.io.FileAccessorCache.createHandle(FileAccessorCache.java:45)
	at com.intellij.util.io.FileAccessorCache.get(FileAccessorCache.java:39)
	at com.intellij.openapi.vfs.impl.ZipHandler.acquireZipHandle(ZipHandler.java:46)
	at com.intellij.openapi.vfs.impl.ZipHandlerBase.contentsToByteArray(ZipHandlerBase.java:85)
	at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.lambda$new$2(ArchiveFileSystem.java:199)
	at com.intellij.openapi.vfs.DiskQueryRelay.lambda$accessDiskWithCheckCanceled$0(DiskQueryRelay.java:42)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	... 7 more
	Suppressed: java.lang.Throwable: Caller thread's stacktrace
		at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.contentsToByteArray(ArchiveFileSystem.java:211)
		at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.contentsToByteArray(PersistentFSImpl.java:609)
		at com.intellij.openapi.vfs.newvfs.impl.VirtualFileImpl.contentsToByteArray(VirtualFileImpl.java:126)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:55)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
		at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
		at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
		at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
		at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
		at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
		at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
		at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
		at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
		at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
		at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
		at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
		at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
		at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.getImplicitReturn(KotlinUastResolveProviderService.kt:125)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getImplicitReturn(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:43)
		at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:26)
		at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
		at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body.getImplicitReturn(KotlinULambdaExpression.kt)
		at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:207)
		at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:115)
		at org.jetbrains.uast.kotlin.BaseKotlinUastResolveProviderService$DefaultImpls.convertParent(BaseKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.convertParent(KotlinUastResolveProviderService.kt)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.convertParent(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement.convertParent(KotlinAbstractUElement.kt:31)
		at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.convertParent(KotlinUFunctionCallExpression.kt:174)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:27)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:13)
		at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement.getUastParent(KotlinAbstractUElement.kt)
		at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:296)
		at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:248)
		at com.android.tools.idea.run.AndroidConfigurationProducer.getActivityClass(AndroidConfigurationProducer.java:60)
		at com.android.tools.idea.run.AndroidConfigurationProducer.createConfigurationFromContext(AndroidConfigurationProducer.java:73)
		at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
		at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
		at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
		at com.intellij.execution.actions.PreferredProducerFind.createConfiguration(PreferredProducerFind.java:32)
		at com.intellij.execution.actions.ConfigurationContext.createConfiguration(ConfigurationContext.java:204)
		at com.intellij.execution.actions.ConfigurationContext.getConfiguration(ConfigurationContext.java:195)
		at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:223)
		at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$iterateGroupChildren$22(ActionUpdater.java:613)
		at com.intellij.util.containers.FilteredTraverserBase$Meta.childrenImpl(FilteredTraverserBase.java:437)
		at com.intellij.util.containers.FilteredTraverserBase$Meta.children(FilteredTraverserBase.java:423)
		at com.intellij.util.containers.FilteredTraverserBase.children(FilteredTraverserBase.java:304)
		at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:121)
		at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:108)
		at com.intellij.util.containers.TreeTraversal$P.iterable(TreeTraversal.java:805)
		at com.intellij.util.containers.TreeTraversal$P.iterator(TreeTraversal.java:799)
		at com.intellij.util.containers.TreeTraversal$LeavesDfsIt.nextImpl(TreeTraversal.java:570)
		at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
		at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
		at com.intellij.util.containers.JBIterable.size(JBIterable.java:242)
		at com.intellij.ide.actions.SmartPopupActionGroup.update(SmartPopupActionGroup.java:30)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
		at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
		at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
		at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
		at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
		... 7 more
2022-10-10 16:54:30,035 [ 169730] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Android Studio Flamingo | 2022.2.1 Canary 3  Build #AI-222.4167.29.2221.9133400
2022-10-10 16:54:30,035 [ 169730] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-10-10 16:54:30,035 [ 169730] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - OS: Mac OS X
2022-10-10 16:54:30,036 [ 169731] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Plugin to blame: Kotlin version: 222-1.7.10-release-334-AS3739.54
2022-10-10 16:54:30,057 [ 169752] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Exception while analyzing expression at (49,24) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
org.jetbrains.kotlin.utils.KotlinExceptionWithAttachments: Exception while analyzing expression at (49,24) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.logOrThrowException(ExpressionTypingVisitorDispatcher.java:247)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:225)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
	at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
	at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
	at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
	at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
	at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.getImplicitReturn(KotlinUastResolveProviderService.kt:125)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getImplicitReturn(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:43)
	at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:26)
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
	at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body.getImplicitReturn(KotlinULambdaExpression.kt)
	at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:207)
	at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:115)
	at org.jetbrains.uast.kotlin.BaseKotlinUastResolveProviderService$DefaultImpls.convertParent(BaseKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.convertParent(KotlinUastResolveProviderService.kt)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.convertParent(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement.convertParent(KotlinAbstractUElement.kt:31)
	at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.convertParent(KotlinUFunctionCallExpression.kt:174)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:27)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:13)
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement.getUastParent(KotlinAbstractUElement.kt)
	at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:296)
	at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:248)
	at com.android.tools.idea.run.AndroidConfigurationProducer.getActivityClass(AndroidConfigurationProducer.java:60)
	at com.android.tools.idea.run.AndroidConfigurationProducer.createConfigurationFromContext(AndroidConfigurationProducer.java:73)
	at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
	at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
	at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
	at com.intellij.execution.actions.PreferredProducerFind.createConfiguration(PreferredProducerFind.java:32)
	at com.intellij.execution.actions.ConfigurationContext.createConfiguration(ConfigurationContext.java:204)
	at com.intellij.execution.actions.ConfigurationContext.getConfiguration(ConfigurationContext.java:195)
	at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:223)
	at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$iterateGroupChildren$22(ActionUpdater.java:613)
	at com.intellij.util.containers.FilteredTraverserBase$Meta.childrenImpl(FilteredTraverserBase.java:437)
	at com.intellij.util.containers.FilteredTraverserBase$Meta.children(FilteredTraverserBase.java:423)
	at com.intellij.util.containers.FilteredTraverserBase.children(FilteredTraverserBase.java:304)
	at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:121)
	at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:108)
	at com.intellij.util.containers.TreeTraversal$P.iterable(TreeTraversal.java:805)
	at com.intellij.util.containers.TreeTraversal$P.iterator(TreeTraversal.java:799)
	at com.intellij.util.containers.TreeTraversal$LeavesDfsIt.nextImpl(TreeTraversal.java:570)
	at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
	at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
	at com.intellij.util.containers.JBIterable.size(JBIterable.java:242)
	at com.intellij.ide.actions.SmartPopupActionGroup.update(SmartPopupActionGroup.java:30)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Could not read file: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar!/androidx/compose/runtime/SnapshotStateKt__DerivedStateKt.class; size in bytes: 6541; file type: CLASS
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.logFileReadingErrorMessage(VirtualFileKotlinClass.kt:77)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.access$logFileReadingErrorMessage(VirtualFileKotlinClass.kt:46)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:68)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
	at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
	at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
	at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
	at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
	at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
	at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
	at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
	at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	... 164 more
Caused by: java.nio.file.NoSuchFileException: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar
	at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(Unknown Source)
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(Unknown Source)
	at java.base/java.nio.file.Files.readAttributes(Unknown Source)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:19)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:15)
	at com.intellij.util.io.FileAccessorCache.createHandle(FileAccessorCache.java:45)
	at com.intellij.util.io.FileAccessorCache.get(FileAccessorCache.java:39)
	at com.intellij.openapi.vfs.impl.ZipHandler.acquireZipHandle(ZipHandler.java:46)
	at com.intellij.openapi.vfs.impl.ZipHandlerBase.contentsToByteArray(ZipHandlerBase.java:85)
	at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.lambda$new$2(ArchiveFileSystem.java:199)
	at com.intellij.openapi.vfs.DiskQueryRelay.lambda$accessDiskWithCheckCanceled$0(DiskQueryRelay.java:42)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	... 7 more
	Suppressed: java.lang.Throwable: Caller thread's stacktrace
		at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.contentsToByteArray(ArchiveFileSystem.java:211)
		at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.contentsToByteArray(PersistentFSImpl.java:609)
		at com.intellij.openapi.vfs.newvfs.impl.VirtualFileImpl.contentsToByteArray(VirtualFileImpl.java:126)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:55)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
		at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
		at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
		at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
		at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
		at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
		at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
		at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
		at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
		at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
		at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
		at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
		at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
		at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.getImplicitReturn(KotlinUastResolveProviderService.kt:125)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getImplicitReturn(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:43)
		at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:26)
		at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
		at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body.getImplicitReturn(KotlinULambdaExpression.kt)
		at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:207)
		at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:115)
		at org.jetbrains.uast.kotlin.BaseKotlinUastResolveProviderService$DefaultImpls.convertParent(BaseKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.convertParent(KotlinUastResolveProviderService.kt)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.convertParent(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement.convertParent(KotlinAbstractUElement.kt:31)
		at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.convertParent(KotlinUFunctionCallExpression.kt:174)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:27)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:13)
		at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement.getUastParent(KotlinAbstractUElement.kt)
		at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:296)
		at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:248)
		at com.android.tools.idea.run.AndroidConfigurationProducer.getActivityClass(AndroidConfigurationProducer.java:60)
		at com.android.tools.idea.run.AndroidConfigurationProducer.createConfigurationFromContext(AndroidConfigurationProducer.java:73)
		at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
		at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
		at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
		at com.intellij.execution.actions.PreferredProducerFind.createConfiguration(PreferredProducerFind.java:32)
		at com.intellij.execution.actions.ConfigurationContext.createConfiguration(ConfigurationContext.java:204)
		at com.intellij.execution.actions.ConfigurationContext.getConfiguration(ConfigurationContext.java:195)
		at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:223)
		at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$iterateGroupChildren$22(ActionUpdater.java:613)
		at com.intellij.util.containers.FilteredTraverserBase$Meta.childrenImpl(FilteredTraverserBase.java:437)
		at com.intellij.util.containers.FilteredTraverserBase$Meta.children(FilteredTraverserBase.java:423)
		at com.intellij.util.containers.FilteredTraverserBase.children(FilteredTraverserBase.java:304)
		at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:121)
		at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:108)
		at com.intellij.util.containers.TreeTraversal$P.iterable(TreeTraversal.java:805)
		at com.intellij.util.containers.TreeTraversal$P.iterator(TreeTraversal.java:799)
		at com.intellij.util.containers.TreeTraversal$LeavesDfsIt.nextImpl(TreeTraversal.java:570)
		at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
		at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
		at com.intellij.util.containers.JBIterable.size(JBIterable.java:242)
		at com.intellij.ide.actions.SmartPopupActionGroup.update(SmartPopupActionGroup.java:30)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
		at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
		at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
		at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
		at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
		... 7 more
2022-10-10 16:54:30,059 [ 169754]   WARN - #o.j.k.l.k.VirtualFileKotlinClass - Could not read file: /Users/ben/.gradle/caches/transforms-3/ca02ef65710739fadaa13e3a21e420d6/transformed/ui-1.2.1/jars/classes.jar!/androidx/compose/ui/platform/AndroidClipboardManager_androidKt.class; size in bytes: 6944; file type: CLASS
java.nio.file.NoSuchFileException: /Users/ben/.gradle/caches/transforms-3/ca02ef65710739fadaa13e3a21e420d6/transformed/ui-1.2.1/jars/classes.jar
	at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(Unknown Source)
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(Unknown Source)
	at java.base/java.nio.file.Files.readAttributes(Unknown Source)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:19)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:15)
	at com.intellij.util.io.FileAccessorCache.createHandle(FileAccessorCache.java:45)
	at com.intellij.util.io.FileAccessorCache.get(FileAccessorCache.java:39)
	at com.intellij.openapi.vfs.impl.ZipHandler.acquireZipHandle(ZipHandler.java:46)
	at com.intellij.openapi.vfs.impl.ZipHandlerBase.contentsToByteArray(ZipHandlerBase.java:85)
	at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.lambda$new$2(ArchiveFileSystem.java:199)
	at com.intellij.openapi.vfs.DiskQueryRelay.lambda$accessDiskWithCheckCanceled$0(DiskQueryRelay.java:42)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
	Suppressed: java.lang.Throwable: Caller thread's stacktrace
		at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.contentsToByteArray(ArchiveFileSystem.java:211)
		at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.contentsToByteArray(PersistentFSImpl.java:609)
		at com.intellij.openapi.vfs.newvfs.impl.VirtualFileImpl.contentsToByteArray(VirtualFileImpl.java:126)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:55)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
		at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedVariables(JvmPackageScope.kt:63)
		at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedVariables(ChainedMemberScope.kt:38)
		at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedVariables(AbstractScopeAdapter.kt:48)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedVariables$1.invoke(LazyExplicitImportScope.kt:60)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedVariables$1.invoke(LazyExplicitImportScope.kt:60)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedVariables(LazyExplicitImportScope.kt:60)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedVariables$1.invoke(LazyImportScope.kt:306)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedVariables$1.invoke(LazyImportScope.kt:306)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedVariables(LazyImportScope.kt:306)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedVariablesAndIntercept(TowerLevels.kt:498)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedVariablesAndIntercept(TowerLevels.kt:1)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getVariables(TowerLevels.kt:329)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createVariableProcessor$1.invoke(ScopeTowerProcessors.kt:242)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createVariableProcessor$1.invoke(ScopeTowerProcessors.kt:242)
		at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
		at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
		at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
		at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveSimpleProperty(CallResolver.java:140)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.resolveSimpleName(CallExpressionResolver.kt:322)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.access$resolveSimpleName(CallExpressionResolver.kt:61)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver$elementChain$1.invoke(CallExpressionResolver.kt:298)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver$elementChain$1.invoke(CallExpressionResolver.kt:295)
		at org.jetbrains.kotlin.resolve.QualifiedExpressionResolver.resolveToPackageOrClassPrefix(QualifiedExpressionResolver.kt:512)
		at org.jetbrains.kotlin.resolve.QualifiedExpressionResolver.resolveQualifierInExpressionAndUnroll(QualifiedExpressionResolver.kt:646)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.elementChain(CallExpressionResolver.kt:295)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getQualifiedExpressionTypeInfo(CallExpressionResolver.kt:440)
		at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitQualifiedExpression(BasicExpressionTypingVisitor.java:725)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitQualifiedExpression(ExpressionTypingVisitorDispatcher.java:384)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitQualifiedExpression(ExpressionTypingVisitorDispatcher.java:47)
		at org.jetbrains.kotlin.psi.KtVisitor.visitDotQualifiedExpression(KtVisitor.java:306)
		at org.jetbrains.kotlin.psi.KtDotQualifiedExpression.accept(KtDotQualifiedExpression.kt:32)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
		at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
		at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
		at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
		at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
		at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClassDescriptor(KotlinUastResolveProviderService.kt:237)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClass(KotlinUastResolveProviderService.kt:228)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.resolveToClass(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:86)
		at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:74)
		at org.jetbrains.uast.UastUtils__UastUtilsKt.tryResolve(UastUtils.kt:139)
		at org.jetbrains.uast.UastUtils.tryResolve(Unknown Source)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$$inlined$runReadAction$2.compute(actions.kt:75)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes(PreviewElementFinderUtils.kt:480)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes$default(PreviewElementFinderUtils.kt:179)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:143)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:139)
		at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:315)
		at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
		at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:316)
		at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
		at kotlin.sequences.TransformingSequence$iterator$1.hasNext(Sequences.kt:214)
		at kotlin.sequences.FilteringSequence$iterator$1.calcNext(Sequences.kt:169)
		at kotlin.sequences.FilteringSequence$iterator$1.hasNext(Sequences.kt:194)
		at kotlin.sequences.SequencesKt___SequencesKt.firstOrNull(_Sequences.kt:168)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.hasPreviewElements(PreviewElementFinderUtils.kt:99)
		at com.android.tools.idea.compose.preview.util.ComposePreviewElementKt.isValidComposePreview(ComposePreviewElement.kt:157)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:130)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.access$containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:1)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:59)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:48)
		at com.intellij.execution.actions.RunConfigurationProducer.createConfigurationFromContext(RunConfigurationProducer.java:100)
		at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
		at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
		at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
		at com.intellij.execution.actions.ConfigurationContext.getConfigurationsFromContext(ConfigurationContext.java:413)
		at com.intellij.execution.actions.ConfigurationContext.findPreferredConfiguration(ConfigurationContext.java:292)
		at com.intellij.execution.actions.ConfigurationContext.findExisting(ConfigurationContext.java:285)
		at com.intellij.execution.actions.BaseRunConfigurationAction.findExisting(BaseRunConfigurationAction.java:65)
		at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:220)
		at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
		at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
		at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
		at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
		at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
		... 7 more
2022-10-10 16:54:30,057 [ 169752] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Exception while analyzing expression at (38,25) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
org.jetbrains.kotlin.utils.KotlinExceptionWithAttachments: Exception while analyzing expression at (38,25) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.logOrThrowException(ExpressionTypingVisitorDispatcher.java:247)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:225)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:112)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
	at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
	at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
	at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
	at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
	at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveAccessorCall(KotlinUastResolveProviderService.kt:183)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.resolveAccessorCall(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinUSimpleReferenceExpression.visitAccessorCalls(KotlinUSimpleReferenceExpression.kt:52)
	at org.jetbrains.uast.kotlin.KotlinUSimpleReferenceExpression.accept(KotlinUSimpleReferenceExpression.kt:43)
	at org.jetbrains.uast.UQualifiedReferenceExpression$DefaultImpls.accept(UQualifiedReferenceExpression.kt:34)
	at org.jetbrains.uast.kotlin.KotlinUQualifiedReferenceExpression.accept(KotlinUQualifiedReferenceExpression.kt:13)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.accept(KotlinUFunctionCallExpression.kt:169)
	at org.jetbrains.uast.kotlin.KotlinULocalVariable.accept(KotlinULocalVariable.kt:46)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.UDeclarationsExpression$DefaultImpls.accept(UDeclarationsExpression.kt:22)
	at org.jetbrains.uast.kotlin.KotlinUDeclarationsExpression.accept(KotlinUDeclarationsExpression.kt:11)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.UBlockExpression$DefaultImpls.accept(UBlockExpression.kt:21)
	at org.jetbrains.uast.kotlin.KotlinUBlockExpression.accept(KotlinUBlockExpression.kt:13)
	at org.jetbrains.uast.UMethod$DefaultImpls.accept(UMethod.kt:45)
	at org.jetbrains.uast.kotlin.KotlinUMethod.accept(KotlinUMethod.kt:19)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.kotlin.AbstractKotlinUClass.accept(AbstractKotlinUClass.kt:46)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.UFile$DefaultImpls.accept(UFile.kt:91)
	at org.jetbrains.uast.kotlin.KotlinUFile.accept(KotlinUFile.kt:16)
	at com.android.tools.lint.detector.api.UastLintUtilsKt.acceptSourceFile(UastLintUtils.kt:526)
	at com.android.tools.lint.client.api.UElementVisitor$visitFile$2.run(UElementVisitor.kt:261)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:96)
	at com.android.tools.idea.lint.common.LintIdeClient.runReadAction(LintIdeClient.java:241)
	at com.android.tools.lint.client.api.LintDriver$LintClientWrapper.runReadAction(LintDriver.kt:2826)
	at com.android.tools.lint.client.api.UElementVisitor.visitFile(UElementVisitor.kt:259)
	at com.android.tools.lint.client.api.LintDriver$visitUastDetectors$1.run(LintDriver.kt:2123)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:96)
	at com.android.tools.idea.lint.common.LintIdeClient.runReadAction(LintIdeClient.java:241)
	at com.android.tools.lint.client.api.LintDriver$LintClientWrapper.runReadAction(LintDriver.kt:2826)
	at com.android.tools.lint.client.api.LintDriver.visitUastDetectors(LintDriver.kt:2123)
	at com.android.tools.lint.client.api.LintDriver.visitUast(LintDriver.kt:2082)
	at com.android.tools.lint.client.api.LintDriver.runFileDetectors(LintDriver.kt:1431)
	at com.android.tools.lint.client.api.LintDriver.checkProject(LintDriver.kt:1195)
	at com.android.tools.lint.client.api.LintDriver.checkProjectRoot(LintDriver.kt:655)
	at com.android.tools.lint.client.api.LintDriver.access$checkProjectRoot(LintDriver.kt:162)
	at com.android.tools.lint.client.api.LintDriver$analyze$1.invoke(LintDriver.kt:445)
	at com.android.tools.lint.client.api.LintDriver$analyze$1.invoke(LintDriver.kt:442)
	at com.android.tools.lint.client.api.LintDriver.doAnalyze(LintDriver.kt:526)
	at com.android.tools.lint.client.api.LintDriver.doAnalyze$default(LintDriver.kt:497)
	at com.android.tools.lint.client.api.LintDriver.analyze(LintDriver.kt:442)
	at com.android.tools.idea.lint.common.LintExternalAnnotator.doAnnotate(LintExternalAnnotator.kt:194)
	at com.android.tools.idea.lint.common.LintExternalAnnotator.doAnnotate(LintExternalAnnotator.kt:72)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:220)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:214)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$0(ExternalToolPass.java:192)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass.runChangeAware(ExternalToolPass.java:289)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$2(ExternalToolPass.java:192)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:343)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.run(ExternalToolPass.java:191)
	at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:332)
	at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:322)
	at com.intellij.util.ui.update.MergingUpdateQueue.lambda$flush$1(MergingUpdateQueue.java:271)
	at com.intellij.util.ui.update.MergingUpdateQueue.flush(MergingUpdateQueue.java:285)
	at com.intellij.util.ui.update.MergingUpdateQueue.run(MergingUpdateQueue.java:240)
	at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:241)
	at com.intellij.util.Alarm$Request.runSafely(Alarm.java:388)
	at com.intellij.util.Alarm$Request.run(Alarm.java:377)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:223)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Could not read file: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar!/androidx/compose/runtime/SnapshotStateKt__DerivedStateKt.class; size in bytes: 6541; file type: CLASS
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.logFileReadingErrorMessage(VirtualFileKotlinClass.kt:77)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.access$logFileReadingErrorMessage(VirtualFileKotlinClass.kt:46)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:68)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
	at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
	at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
	at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
	at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
	at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
	at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
	at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
	at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
	... 151 more
Caused by: java.nio.file.NoSuchFileException: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar
	at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(Unknown Source)
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(Unknown Source)
	at java.base/java.nio.file.Files.readAttributes(Unknown Source)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:19)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:15)
	at com.intellij.util.io.FileAccessorCache.createHandle(FileAccessorCache.java:45)
	at com.intellij.util.io.FileAccessorCache.get(FileAccessorCache.java:39)
	at com.intellij.openapi.vfs.impl.ZipHandler.acquireZipHandle(ZipHandler.java:46)
	at com.intellij.openapi.vfs.impl.ZipHandlerBase.contentsToByteArray(ZipHandlerBase.java:85)
	at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.lambda$new$2(ArchiveFileSystem.java:199)
	at com.intellij.openapi.vfs.DiskQueryRelay.lambda$accessDiskWithCheckCanceled$0(DiskQueryRelay.java:42)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	... 7 more
	Suppressed: java.lang.Throwable: Caller thread's stacktrace
		at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.contentsToByteArray(ArchiveFileSystem.java:211)
		at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.contentsToByteArray(PersistentFSImpl.java:609)
		at com.intellij.openapi.vfs.newvfs.impl.VirtualFileImpl.contentsToByteArray(VirtualFileImpl.java:126)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:55)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
		at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
		at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
		at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
		at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
		at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
		at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
		at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
		at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
		at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
		at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
		at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
		at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
		at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveAccessorCall(KotlinUastResolveProviderService.kt:183)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.resolveAccessorCall(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinUSimpleReferenceExpression.visitAccessorCalls(KotlinUSimpleReferenceExpression.kt:52)
		at org.jetbrains.uast.kotlin.KotlinUSimpleReferenceExpression.accept(KotlinUSimpleReferenceExpression.kt:43)
		at org.jetbrains.uast.UQualifiedReferenceExpression$DefaultImpls.accept(UQualifiedReferenceExpression.kt:34)
		at org.jetbrains.uast.kotlin.KotlinUQualifiedReferenceExpression.accept(KotlinUQualifiedReferenceExpression.kt:13)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.accept(KotlinUFunctionCallExpression.kt:169)
		at org.jetbrains.uast.kotlin.KotlinULocalVariable.accept(KotlinULocalVariable.kt:46)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.UDeclarationsExpression$DefaultImpls.accept(UDeclarationsExpression.kt:22)
		at org.jetbrains.uast.kotlin.KotlinUDeclarationsExpression.accept(KotlinUDeclarationsExpression.kt:11)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.UBlockExpression$DefaultImpls.accept(UBlockExpression.kt:21)
		at org.jetbrains.uast.kotlin.KotlinUBlockExpression.accept(KotlinUBlockExpression.kt:13)
		at org.jetbrains.uast.UMethod$DefaultImpls.accept(UMethod.kt:45)
		at org.jetbrains.uast.kotlin.KotlinUMethod.accept(KotlinUMethod.kt:19)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.kotlin.AbstractKotlinUClass.accept(AbstractKotlinUClass.kt:46)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.UFile$DefaultImpls.accept(UFile.kt:91)
		at org.jetbrains.uast.kotlin.KotlinUFile.accept(KotlinUFile.kt:16)
		at com.android.tools.lint.detector.api.UastLintUtilsKt.acceptSourceFile(UastLintUtils.kt:526)
		at com.android.tools.lint.client.api.UElementVisitor$visitFile$2.run(UElementVisitor.kt:261)
		at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
		at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:96)
		at com.android.tools.idea.lint.common.LintIdeClient.runReadAction(LintIdeClient.java:241)
		at com.android.tools.lint.client.api.LintDriver$LintClientWrapper.runReadAction(LintDriver.kt:2826)
		at com.android.tools.lint.client.api.UElementVisitor.visitFile(UElementVisitor.kt:259)
		at com.android.tools.lint.client.api.LintDriver$visitUastDetectors$1.run(LintDriver.kt:2123)
		at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
		at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:96)
		at com.android.tools.idea.lint.common.LintIdeClient.runReadAction(LintIdeClient.java:241)
		at com.android.tools.lint.client.api.LintDriver$LintClientWrapper.runReadAction(LintDriver.kt:2826)
		at com.android.tools.lint.client.api.LintDriver.visitUastDetectors(LintDriver.kt:2123)
		at com.android.tools.lint.client.api.LintDriver.visitUast(LintDriver.kt:2082)
		at com.android.tools.lint.client.api.LintDriver.runFileDetectors(LintDriver.kt:1431)
		at com.android.tools.lint.client.api.LintDriver.checkProject(LintDriver.kt:1195)
		at com.android.tools.lint.client.api.LintDriver.checkProjectRoot(LintDriver.kt:655)
		at com.android.tools.lint.client.api.LintDriver.access$checkProjectRoot(LintDriver.kt:162)
		at com.android.tools.lint.client.api.LintDriver$analyze$1.invoke(LintDriver.kt:445)
		at com.android.tools.lint.client.api.LintDriver$analyze$1.invoke(LintDriver.kt:442)
		at com.android.tools.lint.client.api.LintDriver.doAnalyze(LintDriver.kt:526)
		at com.android.tools.lint.client.api.LintDriver.doAnalyze$default(LintDriver.kt:497)
		at com.android.tools.lint.client.api.LintDriver.analyze(LintDriver.kt:442)
		at com.android.tools.idea.lint.common.LintExternalAnnotator.doAnnotate(LintExternalAnnotator.kt:194)
		at com.android.tools.idea.lint.common.LintExternalAnnotator.doAnnotate(LintExternalAnnotator.kt:72)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:220)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:214)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$0(ExternalToolPass.java:192)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass.runChangeAware(ExternalToolPass.java:289)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$2(ExternalToolPass.java:192)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
		at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:343)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.run(ExternalToolPass.java:191)
		at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:332)
		at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:322)
		at com.intellij.util.ui.update.MergingUpdateQueue.lambda$flush$1(MergingUpdateQueue.java:271)
		at com.intellij.util.ui.update.MergingUpdateQueue.flush(MergingUpdateQueue.java:285)
		at com.intellij.util.ui.update.MergingUpdateQueue.run(MergingUpdateQueue.java:240)
		at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:241)
		at com.intellij.util.Alarm$Request.runSafely(Alarm.java:388)
		at com.intellij.util.Alarm$Request.run(Alarm.java:377)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
		at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
		at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:223)
		at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
		at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
		at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
		... 7 more
2022-10-10 16:54:30,062 [ 169757] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Exception while analyzing expression at (35,17) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
org.jetbrains.kotlin.utils.KotlinExceptionWithAttachments: Exception while analyzing expression at (35,17) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.logOrThrowException(ExpressionTypingVisitorDispatcher.java:247)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:225)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
	at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
	at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
	at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
	at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
	at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClassDescriptor(KotlinUastResolveProviderService.kt:237)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClass(KotlinUastResolveProviderService.kt:228)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.resolveToClass(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:86)
	at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:74)
	at org.jetbrains.uast.UastUtils__UastUtilsKt.tryResolve(UastUtils.kt:139)
	at org.jetbrains.uast.UastUtils.tryResolve(Unknown Source)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$$inlined$runReadAction$2.compute(actions.kt:75)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes(PreviewElementFinderUtils.kt:480)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes$default(PreviewElementFinderUtils.kt:179)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:143)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:139)
	at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:315)
	at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
	at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:316)
	at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
	at kotlin.sequences.TransformingSequence$iterator$1.hasNext(Sequences.kt:214)
	at kotlin.sequences.FilteringSequence$iterator$1.calcNext(Sequences.kt:169)
	at kotlin.sequences.FilteringSequence$iterator$1.hasNext(Sequences.kt:194)
	at kotlin.sequences.SequencesKt___SequencesKt.firstOrNull(_Sequences.kt:168)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.hasPreviewElements(PreviewElementFinderUtils.kt:99)
	at com.android.tools.idea.compose.preview.util.ComposePreviewElementKt.isValidComposePreview(ComposePreviewElement.kt:157)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:130)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.access$containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:1)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:59)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:48)
	at com.intellij.execution.actions.RunConfigurationProducer.createConfigurationFromContext(RunConfigurationProducer.java:100)
	at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
	at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
	at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
	at com.intellij.execution.actions.ConfigurationContext.getConfigurationsFromContext(ConfigurationContext.java:413)
	at com.intellij.execution.actions.ConfigurationContext.findPreferredConfiguration(ConfigurationContext.java:292)
	at com.intellij.execution.actions.ConfigurationContext.findExisting(ConfigurationContext.java:285)
	at com.intellij.execution.actions.BaseRunConfigurationAction.findExisting(BaseRunConfigurationAction.java:65)
	at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:220)
	at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Could not read file: /Users/ben/.gradle/caches/transforms-3/ca02ef65710739fadaa13e3a21e420d6/transformed/ui-1.2.1/jars/classes.jar!/androidx/compose/ui/platform/AndroidClipboardManager_androidKt.class; size in bytes: 6944; file type: CLASS
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.logFileReadingErrorMessage(VirtualFileKotlinClass.kt:77)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.access$logFileReadingErrorMessage(VirtualFileKotlinClass.kt:46)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:68)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
	at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedVariables(JvmPackageScope.kt:63)
	at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedVariables(ChainedMemberScope.kt:38)
	at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedVariables(AbstractScopeAdapter.kt:48)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedVariables$1.invoke(LazyExplicitImportScope.kt:60)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedVariables$1.invoke(LazyExplicitImportScope.kt:60)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedVariables(LazyExplicitImportScope.kt:60)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedVariables$1.invoke(LazyImportScope.kt:306)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedVariables$1.invoke(LazyImportScope.kt:306)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedVariables(LazyImportScope.kt:306)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedVariablesAndIntercept(TowerLevels.kt:498)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedVariablesAndIntercept(TowerLevels.kt:1)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getVariables(TowerLevels.kt:329)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createVariableProcessor$1.invoke(ScopeTowerProcessors.kt:242)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createVariableProcessor$1.invoke(ScopeTowerProcessors.kt:242)
	at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
	at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
	at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
	at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveSimpleProperty(CallResolver.java:140)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.resolveSimpleName(CallExpressionResolver.kt:322)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.access$resolveSimpleName(CallExpressionResolver.kt:61)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver$elementChain$1.invoke(CallExpressionResolver.kt:298)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver$elementChain$1.invoke(CallExpressionResolver.kt:295)
	at org.jetbrains.kotlin.resolve.QualifiedExpressionResolver.resolveToPackageOrClassPrefix(QualifiedExpressionResolver.kt:512)
	at org.jetbrains.kotlin.resolve.QualifiedExpressionResolver.resolveQualifierInExpressionAndUnroll(QualifiedExpressionResolver.kt:646)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.elementChain(CallExpressionResolver.kt:295)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getQualifiedExpressionTypeInfo(CallExpressionResolver.kt:440)
	at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitQualifiedExpression(BasicExpressionTypingVisitor.java:725)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitQualifiedExpression(ExpressionTypingVisitorDispatcher.java:384)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitQualifiedExpression(ExpressionTypingVisitorDispatcher.java:47)
	at org.jetbrains.kotlin.psi.KtVisitor.visitDotQualifiedExpression(KtVisitor.java:306)
	at org.jetbrains.kotlin.psi.KtDotQualifiedExpression.accept(KtDotQualifiedExpression.kt:32)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	... 150 more
Caused by: java.nio.file.NoSuchFileException: /Users/ben/.gradle/caches/transforms-3/ca02ef65710739fadaa13e3a21e420d6/transformed/ui-1.2.1/jars/classes.jar
	at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(Unknown Source)
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(Unknown Source)
	at java.base/java.nio.file.Files.readAttributes(Unknown Source)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:19)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:15)
	at com.intellij.util.io.FileAccessorCache.createHandle(FileAccessorCache.java:45)
	at com.intellij.util.io.FileAccessorCache.get(FileAccessorCache.java:39)
	at com.intellij.openapi.vfs.impl.ZipHandler.acquireZipHandle(ZipHandler.java:46)
	at com.intellij.openapi.vfs.impl.ZipHandlerBase.contentsToByteArray(ZipHandlerBase.java:85)
	at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.lambda$new$2(ArchiveFileSystem.java:199)
	at com.intellij.openapi.vfs.DiskQueryRelay.lambda$accessDiskWithCheckCanceled$0(DiskQueryRelay.java:42)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	... 7 more
	Suppressed: java.lang.Throwable: Caller thread's stacktrace
		at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.contentsToByteArray(ArchiveFileSystem.java:211)
		at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.contentsToByteArray(PersistentFSImpl.java:609)
		at com.intellij.openapi.vfs.newvfs.impl.VirtualFileImpl.contentsToByteArray(VirtualFileImpl.java:126)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:55)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
		at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedVariables(JvmPackageScope.kt:63)
		at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedVariables(ChainedMemberScope.kt:38)
		at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedVariables(AbstractScopeAdapter.kt:48)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedVariables$1.invoke(LazyExplicitImportScope.kt:60)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedVariables$1.invoke(LazyExplicitImportScope.kt:60)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedVariables(LazyExplicitImportScope.kt:60)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedVariables$1.invoke(LazyImportScope.kt:306)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedVariables$1.invoke(LazyImportScope.kt:306)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedVariables(LazyImportScope.kt:306)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedVariablesAndIntercept(TowerLevels.kt:498)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedVariablesAndIntercept(TowerLevels.kt:1)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getVariables(TowerLevels.kt:329)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createVariableProcessor$1.invoke(ScopeTowerProcessors.kt:242)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createVariableProcessor$1.invoke(ScopeTowerProcessors.kt:242)
		at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
		at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
		at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
		at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveSimpleProperty(CallResolver.java:140)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.resolveSimpleName(CallExpressionResolver.kt:322)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.access$resolveSimpleName(CallExpressionResolver.kt:61)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver$elementChain$1.invoke(CallExpressionResolver.kt:298)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver$elementChain$1.invoke(CallExpressionResolver.kt:295)
		at org.jetbrains.kotlin.resolve.QualifiedExpressionResolver.resolveToPackageOrClassPrefix(QualifiedExpressionResolver.kt:512)
		at org.jetbrains.kotlin.resolve.QualifiedExpressionResolver.resolveQualifierInExpressionAndUnroll(QualifiedExpressionResolver.kt:646)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.elementChain(CallExpressionResolver.kt:295)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getQualifiedExpressionTypeInfo(CallExpressionResolver.kt:440)
		at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitQualifiedExpression(BasicExpressionTypingVisitor.java:725)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitQualifiedExpression(ExpressionTypingVisitorDispatcher.java:384)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitQualifiedExpression(ExpressionTypingVisitorDispatcher.java:47)
		at org.jetbrains.kotlin.psi.KtVisitor.visitDotQualifiedExpression(KtVisitor.java:306)
		at org.jetbrains.kotlin.psi.KtDotQualifiedExpression.accept(KtDotQualifiedExpression.kt:32)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
		at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
		at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
		at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
		at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
		at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClassDescriptor(KotlinUastResolveProviderService.kt:237)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClass(KotlinUastResolveProviderService.kt:228)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.resolveToClass(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:86)
		at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:74)
		at org.jetbrains.uast.UastUtils__UastUtilsKt.tryResolve(UastUtils.kt:139)
		at org.jetbrains.uast.UastUtils.tryResolve(Unknown Source)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$$inlined$runReadAction$2.compute(actions.kt:75)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes(PreviewElementFinderUtils.kt:480)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes$default(PreviewElementFinderUtils.kt:179)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:143)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:139)
		at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:315)
		at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
		at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:316)
		at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
		at kotlin.sequences.TransformingSequence$iterator$1.hasNext(Sequences.kt:214)
		at kotlin.sequences.FilteringSequence$iterator$1.calcNext(Sequences.kt:169)
		at kotlin.sequences.FilteringSequence$iterator$1.hasNext(Sequences.kt:194)
		at kotlin.sequences.SequencesKt___SequencesKt.firstOrNull(_Sequences.kt:168)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.hasPreviewElements(PreviewElementFinderUtils.kt:99)
		at com.android.tools.idea.compose.preview.util.ComposePreviewElementKt.isValidComposePreview(ComposePreviewElement.kt:157)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:130)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.access$containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:1)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:59)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:48)
		at com.intellij.execution.actions.RunConfigurationProducer.createConfigurationFromContext(RunConfigurationProducer.java:100)
		at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
		at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
		at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
		at com.intellij.execution.actions.ConfigurationContext.getConfigurationsFromContext(ConfigurationContext.java:413)
		at com.intellij.execution.actions.ConfigurationContext.findPreferredConfiguration(ConfigurationContext.java:292)
		at com.intellij.execution.actions.ConfigurationContext.findExisting(ConfigurationContext.java:285)
		at com.intellij.execution.actions.BaseRunConfigurationAction.findExisting(BaseRunConfigurationAction.java:65)
		at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:220)
		at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
		at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
		at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
		at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
		at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
		... 7 more
2022-10-10 16:54:30,061 [ 169756] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Android Studio Flamingo | 2022.2.1 Canary 3  Build #AI-222.4167.29.2221.9133400
2022-10-10 16:54:30,065 [ 169760] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-10-10 16:54:30,065 [ 169760] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Android Studio Flamingo | 2022.2.1 Canary 3  Build #AI-222.4167.29.2221.9133400
2022-10-10 16:54:30,067 [ 169762] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-10-10 16:54:30,067 [ 169762] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - OS: Mac OS X
2022-10-10 16:54:30,067 [ 169762] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Android Studio Flamingo | 2022.2.1 Canary 3  Build #AI-222.4167.29.2221.9133400
2022-10-10 16:54:30,067 [ 169762] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-10-10 16:54:30,067 [ 169762] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - OS: Mac OS X
2022-10-10 16:54:30,067 [ 169762] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - OS: Mac OS X
2022-10-10 16:54:30,068 [ 169763] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Plugin to blame: Kotlin version: 222-1.7.10-release-334-AS3739.54
2022-10-10 16:54:30,068 [ 169763] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Plugin to blame: Kotlin version: 222-1.7.10-release-334-AS3739.54
2022-10-10 16:54:30,068 [ 169763] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Plugin to blame: Kotlin version: 222-1.7.10-release-334-AS3739.54
2022-10-10 16:54:30,069 [ 169764] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Exception while analyzing expression at (49,24) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
org.jetbrains.kotlin.utils.KotlinExceptionWithAttachments: Exception while analyzing expression at (49,24) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.logOrThrowException(ExpressionTypingVisitorDispatcher.java:247)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:225)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:112)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
	at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
	at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
	at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
	at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
	at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.getImplicitReturn(KotlinUastResolveProviderService.kt:125)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getImplicitReturn(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:43)
	at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:26)
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
	at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body.getImplicitReturn(KotlinULambdaExpression.kt)
	at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:207)
	at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:115)
	at org.jetbrains.uast.kotlin.BaseKotlinUastResolveProviderService$DefaultImpls.convertParent(BaseKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.convertParent(KotlinUastResolveProviderService.kt)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.convertParent(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement.convertParent(KotlinAbstractUElement.kt:31)
	at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.convertParent(KotlinUFunctionCallExpression.kt:174)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:27)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:13)
	at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
	at org.jetbrains.uast.kotlin.KotlinAbstractUElement.getUastParent(KotlinAbstractUElement.kt)
	at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:296)
	at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:248)
	at com.android.tools.idea.run.AndroidConfigurationProducer.getActivityClass(AndroidConfigurationProducer.java:60)
	at com.android.tools.idea.run.AndroidConfigurationProducer.createConfigurationFromContext(AndroidConfigurationProducer.java:73)
	at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
	at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
	at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
	at com.intellij.execution.actions.PreferredProducerFind.createConfiguration(PreferredProducerFind.java:32)
	at com.intellij.execution.actions.ConfigurationContext.createConfiguration(ConfigurationContext.java:204)
	at com.intellij.execution.actions.ConfigurationContext.getConfiguration(ConfigurationContext.java:195)
	at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:223)
	at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$iterateGroupChildren$22(ActionUpdater.java:613)
	at com.intellij.util.containers.FilteredTraverserBase$Meta.childrenImpl(FilteredTraverserBase.java:437)
	at com.intellij.util.containers.FilteredTraverserBase$Meta.children(FilteredTraverserBase.java:423)
	at com.intellij.util.containers.FilteredTraverserBase.children(FilteredTraverserBase.java:304)
	at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:121)
	at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:108)
	at com.intellij.util.containers.TreeTraversal$P.iterable(TreeTraversal.java:805)
	at com.intellij.util.containers.TreeTraversal$P.iterator(TreeTraversal.java:799)
	at com.intellij.util.containers.TreeTraversal$LeavesDfsIt.nextImpl(TreeTraversal.java:570)
	at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
	at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
	at com.intellij.util.containers.JBIterable.size(JBIterable.java:242)
	at com.intellij.ide.actions.SmartPopupActionGroup.update(SmartPopupActionGroup.java:30)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Could not read file: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar!/androidx/compose/runtime/SnapshotStateKt__DerivedStateKt.class; size in bytes: 6541; file type: CLASS
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.logFileReadingErrorMessage(VirtualFileKotlinClass.kt:77)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.access$logFileReadingErrorMessage(VirtualFileKotlinClass.kt:46)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:68)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
	at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
	at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
	at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
	at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
	at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
	at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
	at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
	at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
	... 151 more
Caused by: java.nio.file.NoSuchFileException: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar
	at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(Unknown Source)
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(Unknown Source)
	at java.base/java.nio.file.Files.readAttributes(Unknown Source)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:19)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:15)
	at com.intellij.util.io.FileAccessorCache.createHandle(FileAccessorCache.java:45)
	at com.intellij.util.io.FileAccessorCache.get(FileAccessorCache.java:39)
	at com.intellij.openapi.vfs.impl.ZipHandler.acquireZipHandle(ZipHandler.java:46)
	at com.intellij.openapi.vfs.impl.ZipHandlerBase.contentsToByteArray(ZipHandlerBase.java:85)
	at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.lambda$new$2(ArchiveFileSystem.java:199)
	at com.intellij.openapi.vfs.DiskQueryRelay.lambda$accessDiskWithCheckCanceled$0(DiskQueryRelay.java:42)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	... 7 more
	Suppressed: java.lang.Throwable: Caller thread's stacktrace
		at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.contentsToByteArray(ArchiveFileSystem.java:211)
		at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.contentsToByteArray(PersistentFSImpl.java:609)
		at com.intellij.openapi.vfs.newvfs.impl.VirtualFileImpl.contentsToByteArray(VirtualFileImpl.java:126)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:55)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
		at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
		at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
		at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
		at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
		at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
		at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
		at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
		at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
		at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
		at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
		at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
		at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
		at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.getImplicitReturn(KotlinUastResolveProviderService.kt:125)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getImplicitReturn(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:43)
		at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body$implicitReturn$2.invoke(KotlinULambdaExpression.kt:26)
		at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
		at org.jetbrains.uast.kotlin.KotlinULambdaExpression$Body.getImplicitReturn(KotlinULambdaExpression.kt)
		at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:207)
		at org.jetbrains.uast.kotlin.KotlinConvertParentUtilsKt.convertParentImpl(kotlinConvertParentUtils.kt:115)
		at org.jetbrains.uast.kotlin.BaseKotlinUastResolveProviderService$DefaultImpls.convertParent(BaseKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.convertParent(KotlinUastResolveProviderService.kt)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.convertParent(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement.convertParent(KotlinAbstractUElement.kt:31)
		at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.convertParent(KotlinUFunctionCallExpression.kt:174)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:27)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement$uastParent$2.invoke(KotlinAbstractUElement.kt:13)
		at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
		at org.jetbrains.uast.kotlin.KotlinAbstractUElement.getUastParent(KotlinAbstractUElement.kt)
		at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:296)
		at com.android.tools.idea.AndroidPsiUtils.getPsiParentOfType(AndroidPsiUtils.java:248)
		at com.android.tools.idea.run.AndroidConfigurationProducer.getActivityClass(AndroidConfigurationProducer.java:60)
		at com.android.tools.idea.run.AndroidConfigurationProducer.createConfigurationFromContext(AndroidConfigurationProducer.java:73)
		at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
		at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
		at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
		at com.intellij.execution.actions.PreferredProducerFind.createConfiguration(PreferredProducerFind.java:32)
		at com.intellij.execution.actions.ConfigurationContext.createConfiguration(ConfigurationContext.java:204)
		at com.intellij.execution.actions.ConfigurationContext.getConfiguration(ConfigurationContext.java:195)
		at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:223)
		at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$iterateGroupChildren$22(ActionUpdater.java:613)
		at com.intellij.util.containers.FilteredTraverserBase$Meta.childrenImpl(FilteredTraverserBase.java:437)
		at com.intellij.util.containers.FilteredTraverserBase$Meta.children(FilteredTraverserBase.java:423)
		at com.intellij.util.containers.FilteredTraverserBase.children(FilteredTraverserBase.java:304)
		at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:121)
		at com.intellij.util.containers.TreeTraversal$2$1WrappedTree.fun(TreeTraversal.java:108)
		at com.intellij.util.containers.TreeTraversal$P.iterable(TreeTraversal.java:805)
		at com.intellij.util.containers.TreeTraversal$P.iterator(TreeTraversal.java:799)
		at com.intellij.util.containers.TreeTraversal$LeavesDfsIt.nextImpl(TreeTraversal.java:570)
		at com.intellij.util.containers.JBIterator.peekNext(JBIterator.java:150)
		at com.intellij.util.containers.JBIterator.hasNext(JBIterator.java:110)
		at com.intellij.util.containers.JBIterable.size(JBIterable.java:242)
		at com.intellij.ide.actions.SmartPopupActionGroup.update(SmartPopupActionGroup.java:30)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
		at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
		at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
		at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
		at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
		... 7 more
2022-10-10 16:54:30,070 [ 169765] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Exception while analyzing expression at (41,15) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
org.jetbrains.kotlin.utils.KotlinExceptionWithAttachments: Exception while analyzing expression at (41,15) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.logOrThrowException(ExpressionTypingVisitorDispatcher.java:247)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:225)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
	at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
	at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
	at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
	at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
	at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveAccessorCall(KotlinUastResolveProviderService.kt:183)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.resolveAccessorCall(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinUSimpleReferenceExpression.visitAccessorCalls(KotlinUSimpleReferenceExpression.kt:52)
	at org.jetbrains.uast.kotlin.KotlinUSimpleReferenceExpression.accept(KotlinUSimpleReferenceExpression.kt:43)
	at org.jetbrains.uast.UQualifiedReferenceExpression$DefaultImpls.accept(UQualifiedReferenceExpression.kt:34)
	at org.jetbrains.uast.kotlin.KotlinUQualifiedReferenceExpression.accept(KotlinUQualifiedReferenceExpression.kt:13)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.accept(KotlinUFunctionCallExpression.kt:169)
	at org.jetbrains.uast.kotlin.KotlinULocalVariable.accept(KotlinULocalVariable.kt:46)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.UDeclarationsExpression$DefaultImpls.accept(UDeclarationsExpression.kt:22)
	at org.jetbrains.uast.kotlin.KotlinUDeclarationsExpression.accept(KotlinUDeclarationsExpression.kt:11)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.UBlockExpression$DefaultImpls.accept(UBlockExpression.kt:21)
	at org.jetbrains.uast.kotlin.KotlinUBlockExpression.accept(KotlinUBlockExpression.kt:13)
	at org.jetbrains.uast.UMethod$DefaultImpls.accept(UMethod.kt:45)
	at org.jetbrains.uast.kotlin.KotlinUMethod.accept(KotlinUMethod.kt:19)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.kotlin.AbstractKotlinUClass.accept(AbstractKotlinUClass.kt:46)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.UFile$DefaultImpls.accept(UFile.kt:91)
	at org.jetbrains.uast.kotlin.KotlinUFile.accept(KotlinUFile.kt:16)
	at com.android.tools.lint.detector.api.UastLintUtilsKt.acceptSourceFile(UastLintUtils.kt:526)
	at com.android.tools.lint.client.api.UElementVisitor$visitFile$2.run(UElementVisitor.kt:261)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:96)
	at com.android.tools.idea.lint.common.LintIdeClient.runReadAction(LintIdeClient.java:241)
	at com.android.tools.lint.client.api.LintDriver$LintClientWrapper.runReadAction(LintDriver.kt:2826)
	at com.android.tools.lint.client.api.UElementVisitor.visitFile(UElementVisitor.kt:259)
	at com.android.tools.lint.client.api.LintDriver$visitUastDetectors$1.run(LintDriver.kt:2123)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:96)
	at com.android.tools.idea.lint.common.LintIdeClient.runReadAction(LintIdeClient.java:241)
	at com.android.tools.lint.client.api.LintDriver$LintClientWrapper.runReadAction(LintDriver.kt:2826)
	at com.android.tools.lint.client.api.LintDriver.visitUastDetectors(LintDriver.kt:2123)
	at com.android.tools.lint.client.api.LintDriver.visitUast(LintDriver.kt:2082)
	at com.android.tools.lint.client.api.LintDriver.runFileDetectors(LintDriver.kt:1431)
	at com.android.tools.lint.client.api.LintDriver.checkProject(LintDriver.kt:1195)
	at com.android.tools.lint.client.api.LintDriver.checkProjectRoot(LintDriver.kt:655)
	at com.android.tools.lint.client.api.LintDriver.access$checkProjectRoot(LintDriver.kt:162)
	at com.android.tools.lint.client.api.LintDriver$analyze$1.invoke(LintDriver.kt:445)
	at com.android.tools.lint.client.api.LintDriver$analyze$1.invoke(LintDriver.kt:442)
	at com.android.tools.lint.client.api.LintDriver.doAnalyze(LintDriver.kt:526)
	at com.android.tools.lint.client.api.LintDriver.doAnalyze$default(LintDriver.kt:497)
	at com.android.tools.lint.client.api.LintDriver.analyze(LintDriver.kt:442)
	at com.android.tools.idea.lint.common.LintExternalAnnotator.doAnnotate(LintExternalAnnotator.kt:194)
	at com.android.tools.idea.lint.common.LintExternalAnnotator.doAnnotate(LintExternalAnnotator.kt:72)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:220)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:214)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$0(ExternalToolPass.java:192)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass.runChangeAware(ExternalToolPass.java:289)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$2(ExternalToolPass.java:192)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:343)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.run(ExternalToolPass.java:191)
	at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:332)
	at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:322)
	at com.intellij.util.ui.update.MergingUpdateQueue.lambda$flush$1(MergingUpdateQueue.java:271)
	at com.intellij.util.ui.update.MergingUpdateQueue.flush(MergingUpdateQueue.java:285)
	at com.intellij.util.ui.update.MergingUpdateQueue.run(MergingUpdateQueue.java:240)
	at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:241)
	at com.intellij.util.Alarm$Request.runSafely(Alarm.java:388)
	at com.intellij.util.Alarm$Request.run(Alarm.java:377)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:223)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Could not read file: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar!/androidx/compose/runtime/SnapshotStateKt__DerivedStateKt.class; size in bytes: 6541; file type: CLASS
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.logFileReadingErrorMessage(VirtualFileKotlinClass.kt:77)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.access$logFileReadingErrorMessage(VirtualFileKotlinClass.kt:46)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:68)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
	at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
	at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
	at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
	at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
	at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
	at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
	at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
	at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
	at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	... 164 more
Caused by: java.nio.file.NoSuchFileException: /Users/ben/.gradle/caches/transforms-3/fe037466d4c2d97d6a2974b26dab6fa9/transformed/runtime-1.2.1/jars/classes.jar
	at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(Unknown Source)
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(Unknown Source)
	at java.base/java.nio.file.Files.readAttributes(Unknown Source)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:19)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:15)
	at com.intellij.util.io.FileAccessorCache.createHandle(FileAccessorCache.java:45)
	at com.intellij.util.io.FileAccessorCache.get(FileAccessorCache.java:39)
	at com.intellij.openapi.vfs.impl.ZipHandler.acquireZipHandle(ZipHandler.java:46)
	at com.intellij.openapi.vfs.impl.ZipHandlerBase.contentsToByteArray(ZipHandlerBase.java:85)
	at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.lambda$new$2(ArchiveFileSystem.java:199)
	at com.intellij.openapi.vfs.DiskQueryRelay.lambda$accessDiskWithCheckCanceled$0(DiskQueryRelay.java:42)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	... 7 more
	Suppressed: java.lang.Throwable: Caller thread's stacktrace
		at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.contentsToByteArray(ArchiveFileSystem.java:211)
		at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.contentsToByteArray(PersistentFSImpl.java:609)
		at com.intellij.openapi.vfs.newvfs.impl.VirtualFileImpl.contentsToByteArray(VirtualFileImpl.java:126)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:55)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
		at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedFunctions(JvmPackageScope.kt:68)
		at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedFunctions(ChainedMemberScope.kt:41)
		at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedFunctions(AbstractScopeAdapter.kt:40)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedFunctions$1.invoke(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedFunctions(LazyExplicitImportScope.kt:54)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedFunctions$1.invoke(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedFunctions(LazyImportScope.kt:313)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedFunctionsAndConstructors(TowerLevels.kt:474)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedFunctionsAndConstructors(TowerLevels.kt:1)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getFunctions(TowerLevels.kt:361)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createSimpleFunctionProcessor$1.invoke(ScopeTowerProcessors.kt:255)
		at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
		at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
		at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
		at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185)
		at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:389)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitCallExpression(ExpressionTypingVisitorDispatcher.java:47)
		at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
		at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
		at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
		at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
		at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
		at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveAccessorCall(KotlinUastResolveProviderService.kt:183)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.resolveAccessorCall(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinUSimpleReferenceExpression.visitAccessorCalls(KotlinUSimpleReferenceExpression.kt:52)
		at org.jetbrains.uast.kotlin.KotlinUSimpleReferenceExpression.accept(KotlinUSimpleReferenceExpression.kt:43)
		at org.jetbrains.uast.UQualifiedReferenceExpression$DefaultImpls.accept(UQualifiedReferenceExpression.kt:34)
		at org.jetbrains.uast.kotlin.KotlinUQualifiedReferenceExpression.accept(KotlinUQualifiedReferenceExpression.kt:13)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.accept(KotlinUFunctionCallExpression.kt:169)
		at org.jetbrains.uast.kotlin.KotlinULocalVariable.accept(KotlinULocalVariable.kt:46)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.UDeclarationsExpression$DefaultImpls.accept(UDeclarationsExpression.kt:22)
		at org.jetbrains.uast.kotlin.KotlinUDeclarationsExpression.accept(KotlinUDeclarationsExpression.kt:11)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.UBlockExpression$DefaultImpls.accept(UBlockExpression.kt:21)
		at org.jetbrains.uast.kotlin.KotlinUBlockExpression.accept(KotlinUBlockExpression.kt:13)
		at org.jetbrains.uast.UMethod$DefaultImpls.accept(UMethod.kt:45)
		at org.jetbrains.uast.kotlin.KotlinUMethod.accept(KotlinUMethod.kt:19)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.kotlin.AbstractKotlinUClass.accept(AbstractKotlinUClass.kt:46)
		at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
		at org.jetbrains.uast.UFile$DefaultImpls.accept(UFile.kt:91)
		at org.jetbrains.uast.kotlin.KotlinUFile.accept(KotlinUFile.kt:16)
		at com.android.tools.lint.detector.api.UastLintUtilsKt.acceptSourceFile(UastLintUtils.kt:526)
		at com.android.tools.lint.client.api.UElementVisitor$visitFile$2.run(UElementVisitor.kt:261)
		at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
		at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:96)
		at com.android.tools.idea.lint.common.LintIdeClient.runReadAction(LintIdeClient.java:241)
		at com.android.tools.lint.client.api.LintDriver$LintClientWrapper.runReadAction(LintDriver.kt:2826)
		at com.android.tools.lint.client.api.UElementVisitor.visitFile(UElementVisitor.kt:259)
		at com.android.tools.lint.client.api.LintDriver$visitUastDetectors$1.run(LintDriver.kt:2123)
		at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
		at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:96)
		at com.android.tools.idea.lint.common.LintIdeClient.runReadAction(LintIdeClient.java:241)
		at com.android.tools.lint.client.api.LintDriver$LintClientWrapper.runReadAction(LintDriver.kt:2826)
		at com.android.tools.lint.client.api.LintDriver.visitUastDetectors(LintDriver.kt:2123)
		at com.android.tools.lint.client.api.LintDriver.visitUast(LintDriver.kt:2082)
		at com.android.tools.lint.client.api.LintDriver.runFileDetectors(LintDriver.kt:1431)
		at com.android.tools.lint.client.api.LintDriver.checkProject(LintDriver.kt:1195)
		at com.android.tools.lint.client.api.LintDriver.checkProjectRoot(LintDriver.kt:655)
		at com.android.tools.lint.client.api.LintDriver.access$checkProjectRoot(LintDriver.kt:162)
		at com.android.tools.lint.client.api.LintDriver$analyze$1.invoke(LintDriver.kt:445)
		at com.android.tools.lint.client.api.LintDriver$analyze$1.invoke(LintDriver.kt:442)
		at com.android.tools.lint.client.api.LintDriver.doAnalyze(LintDriver.kt:526)
		at com.android.tools.lint.client.api.LintDriver.doAnalyze$default(LintDriver.kt:497)
		at com.android.tools.lint.client.api.LintDriver.analyze(LintDriver.kt:442)
		at com.android.tools.idea.lint.common.LintExternalAnnotator.doAnnotate(LintExternalAnnotator.kt:194)
		at com.android.tools.idea.lint.common.LintExternalAnnotator.doAnnotate(LintExternalAnnotator.kt:72)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:220)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:214)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$0(ExternalToolPass.java:192)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass.runChangeAware(ExternalToolPass.java:289)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$2(ExternalToolPass.java:192)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
		at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:343)
		at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.run(ExternalToolPass.java:191)
		at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:332)
		at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:322)
		at com.intellij.util.ui.update.MergingUpdateQueue.lambda$flush$1(MergingUpdateQueue.java:271)
		at com.intellij.util.ui.update.MergingUpdateQueue.flush(MergingUpdateQueue.java:285)
		at com.intellij.util.ui.update.MergingUpdateQueue.run(MergingUpdateQueue.java:240)
		at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:241)
		at com.intellij.util.Alarm$Request.runSafely(Alarm.java:388)
		at com.intellij.util.Alarm$Request.run(Alarm.java:377)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
		at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
		at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:223)
		at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
		at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
		at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
		... 7 more
2022-10-10 16:54:30,069 [ 169764] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Exception while analyzing expression at (35,17) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
org.jetbrains.kotlin.utils.KotlinExceptionWithAttachments: Exception while analyzing expression at (35,17) in /Users/ben/citymapper/sdk-internal/android/time-date-picker-ui/components/src/main/kotlin/com/citymapper/sdk/ui/timedatepicker/components/TimeDateSpinnerState.kt
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.logOrThrowException(ExpressionTypingVisitorDispatcher.java:247)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:225)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:112)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
	at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
	at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
	at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
	at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
	at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
	at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
	at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
	at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
	at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
	at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClassDescriptor(KotlinUastResolveProviderService.kt:237)
	at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClass(KotlinUastResolveProviderService.kt:228)
	at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.resolveToClass(IdeaKotlinUastResolveProviderService.kt:24)
	at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:86)
	at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:74)
	at org.jetbrains.uast.UastUtils__UastUtilsKt.tryResolve(UastUtils.kt:139)
	at org.jetbrains.uast.UastUtils.tryResolve(Unknown Source)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$$inlined$runReadAction$2.compute(actions.kt:75)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes(PreviewElementFinderUtils.kt:480)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes$default(PreviewElementFinderUtils.kt:179)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:143)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:139)
	at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:315)
	at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
	at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:316)
	at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
	at kotlin.sequences.TransformingSequence$iterator$1.hasNext(Sequences.kt:214)
	at kotlin.sequences.FilteringSequence$iterator$1.calcNext(Sequences.kt:169)
	at kotlin.sequences.FilteringSequence$iterator$1.hasNext(Sequences.kt:194)
	at kotlin.sequences.SequencesKt___SequencesKt.firstOrNull(_Sequences.kt:168)
	at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.hasPreviewElements(PreviewElementFinderUtils.kt:99)
	at com.android.tools.idea.compose.preview.util.ComposePreviewElementKt.isValidComposePreview(ComposePreviewElement.kt:157)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:130)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.access$containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:1)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:59)
	at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:48)
	at com.intellij.execution.actions.RunConfigurationProducer.createConfigurationFromContext(RunConfigurationProducer.java:100)
	at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
	at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
	at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
	at com.intellij.execution.actions.ConfigurationContext.getConfigurationsFromContext(ConfigurationContext.java:413)
	at com.intellij.execution.actions.ConfigurationContext.findPreferredConfiguration(ConfigurationContext.java:292)
	at com.intellij.execution.actions.ConfigurationContext.findExisting(ConfigurationContext.java:285)
	at com.intellij.execution.actions.BaseRunConfigurationAction.findExisting(BaseRunConfigurationAction.java:65)
	at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:220)
	at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Could not read file: /Users/ben/.gradle/caches/transforms-3/ca02ef65710739fadaa13e3a21e420d6/transformed/ui-1.2.1/jars/classes.jar!/androidx/compose/ui/platform/AndroidClipboardManager_androidKt.class; size in bytes: 6944; file type: CLASS
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.logFileReadingErrorMessage(VirtualFileKotlinClass.kt:77)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.access$logFileReadingErrorMessage(VirtualFileKotlinClass.kt:46)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:68)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
	at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
	at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
	at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
	at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
	at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedVariables(JvmPackageScope.kt:63)
	at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedVariables(ChainedMemberScope.kt:38)
	at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedVariables(AbstractScopeAdapter.kt:48)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedVariables$1.invoke(LazyExplicitImportScope.kt:60)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedVariables$1.invoke(LazyExplicitImportScope.kt:60)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
	at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedVariables(LazyExplicitImportScope.kt:60)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedVariables$1.invoke(LazyImportScope.kt:306)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedVariables$1.invoke(LazyImportScope.kt:306)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
	at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedVariables(LazyImportScope.kt:306)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedVariablesAndIntercept(TowerLevels.kt:498)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedVariablesAndIntercept(TowerLevels.kt:1)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getVariables(TowerLevels.kt:329)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createVariableProcessor$1.invoke(ScopeTowerProcessors.kt:242)
	at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createVariableProcessor$1.invoke(ScopeTowerProcessors.kt:242)
	at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
	at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
	at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
	at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
	at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
	at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
	at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
	at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveSimpleProperty(CallResolver.java:140)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.resolveSimpleName(CallExpressionResolver.kt:322)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.access$resolveSimpleName(CallExpressionResolver.kt:61)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver$elementChain$1.invoke(CallExpressionResolver.kt:298)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver$elementChain$1.invoke(CallExpressionResolver.kt:295)
	at org.jetbrains.kotlin.resolve.QualifiedExpressionResolver.resolveToPackageOrClassPrefix(QualifiedExpressionResolver.kt:512)
	at org.jetbrains.kotlin.resolve.QualifiedExpressionResolver.resolveQualifierInExpressionAndUnroll(QualifiedExpressionResolver.kt:646)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.elementChain(CallExpressionResolver.kt:295)
	at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getQualifiedExpressionTypeInfo(CallExpressionResolver.kt:440)
	at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitQualifiedExpression(BasicExpressionTypingVisitor.java:725)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitQualifiedExpression(ExpressionTypingVisitorDispatcher.java:384)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitQualifiedExpression(ExpressionTypingVisitorDispatcher.java:47)
	at org.jetbrains.kotlin.psi.KtVisitor.visitDotQualifiedExpression(KtVisitor.java:306)
	at org.jetbrains.kotlin.psi.KtDotQualifiedExpression.accept(KtDotQualifiedExpression.kt:32)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
	at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
	at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
	at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
	at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
	... 137 more
Caused by: java.nio.file.NoSuchFileException: /Users/ben/.gradle/caches/transforms-3/ca02ef65710739fadaa13e3a21e420d6/transformed/ui-1.2.1/jars/classes.jar
	at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(Unknown Source)
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(Unknown Source)
	at java.base/java.nio.file.Files.readAttributes(Unknown Source)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:19)
	at com.intellij.openapi.vfs.impl.ZipHandler$1.createAccessor(ZipHandler.java:15)
	at com.intellij.util.io.FileAccessorCache.createHandle(FileAccessorCache.java:45)
	at com.intellij.util.io.FileAccessorCache.get(FileAccessorCache.java:39)
	at com.intellij.openapi.vfs.impl.ZipHandler.acquireZipHandle(ZipHandler.java:46)
	at com.intellij.openapi.vfs.impl.ZipHandlerBase.contentsToByteArray(ZipHandlerBase.java:85)
	at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.lambda$new$2(ArchiveFileSystem.java:199)
	at com.intellij.openapi.vfs.DiskQueryRelay.lambda$accessDiskWithCheckCanceled$0(DiskQueryRelay.java:42)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	... 7 more
	Suppressed: java.lang.Throwable: Caller thread's stacktrace
		at com.intellij.openapi.vfs.newvfs.ArchiveFileSystem.contentsToByteArray(ArchiveFileSystem.java:211)
		at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.contentsToByteArray(PersistentFSImpl.java:609)
		at com.intellij.openapi.vfs.newvfs.impl.VirtualFileImpl.contentsToByteArray(VirtualFileImpl.java:126)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:55)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory$create$1.invoke(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileKotlinClass$Factory.create$frontend_common_jvm(VirtualFileKotlinClass.kt:51)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$lambda-0(KotlinBinaryClassCache.kt:77)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent(KotlinBinaryClassCache.kt:76)
		at org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache$Companion.getKotlinBinaryClassOrClassFileContent$default(KotlinBinaryClassCache.kt:62)
		at org.jetbrains.kotlin.load.kotlin.VirtualFileFinder.findKotlinClassOrContent(VirtualFileFinder.kt:37)
		at org.jetbrains.kotlin.load.kotlin.KotlinClassFinderKt.findKotlinClass(KotlinClassFinder.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:45)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment$binaryClasses$2.invoke(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.LazyJavaPackageFragment.getBinaryClasses$descriptors_jvm(LazyJavaPackageFragment.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:46)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope$kotlinScopes$2.invoke(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedLazyValue.invoke(LockBasedStorageManager.java:408)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager$LockBasedNotNullLazyValue.invoke(LockBasedStorageManager.java:527)
		at org.jetbrains.kotlin.storage.StorageKt.getValue(storage.kt:42)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getKotlinScopes(JvmPackageScope.kt:44)
		at org.jetbrains.kotlin.load.java.lazy.descriptors.JvmPackageScope.getContributedVariables(JvmPackageScope.kt:63)
		at org.jetbrains.kotlin.resolve.scopes.ChainedMemberScope.getContributedVariables(ChainedMemberScope.kt:38)
		at org.jetbrains.kotlin.resolve.scopes.AbstractScopeAdapter.getContributedVariables(AbstractScopeAdapter.kt:48)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedVariables$1.invoke(LazyExplicitImportScope.kt:60)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope$getContributedVariables$1.invoke(LazyExplicitImportScope.kt:60)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.collectCallableMemberDescriptors(LazyExplicitImportScope.kt:125)
		at org.jetbrains.kotlin.resolve.LazyExplicitImportScope.getContributedVariables(LazyExplicitImportScope.kt:60)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedVariables$1.invoke(LazyImportScope.kt:306)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope$getContributedVariables$1.invoke(LazyImportScope.kt:306)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:118)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver$collectFromImports$1.invoke(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.storage.LockBasedStorageManager.compute(LockBasedStorageManager.java:290)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportResolver.collectFromImports(LazyImportScope.kt:115)
		at org.jetbrains.kotlin.resolve.lazy.LazyImportScope.getContributedVariables(LazyImportScope.kt:306)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.getContributedVariablesAndIntercept(TowerLevels.kt:498)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerLevelsKt.access$getContributedVariablesAndIntercept(TowerLevels.kt:1)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeBasedTowerLevel.getVariables(TowerLevels.kt:329)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createVariableProcessor$1.invoke(ScopeTowerProcessors.kt:242)
		at org.jetbrains.kotlin.resolve.calls.tower.ScopeTowerProcessorsKt$createVariableProcessor$1.invoke(ScopeTowerProcessors.kt:242)
		at org.jetbrains.kotlin.resolve.calls.tower.NoExplicitReceiverScopeTowerProcessor.simpleProcess(ScopeTowerProcessors.kt:147)
		at org.jetbrains.kotlin.resolve.calls.tower.SimpleScopeTowerProcessor$DefaultImpls.process(ScopeTowerProcessors.kt:60)
		at org.jetbrains.kotlin.resolve.calls.tower.AbstractSimpleScopeTowerProcessor.process(ScopeTowerProcessors.kt:63)
		at org.jetbrains.kotlin.resolve.calls.tower.PrioritizedCompositeScopeTowerProcessor.process(ScopeTowerProcessors.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:381)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:93)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:205)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:214)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processImportingScope(TowerResolver.kt:267)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:303)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:112)
		at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:99)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:181)
		at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:38)
		at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:113)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199)
		at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveSimpleProperty(CallResolver.java:140)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.resolveSimpleName(CallExpressionResolver.kt:322)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.access$resolveSimpleName(CallExpressionResolver.kt:61)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver$elementChain$1.invoke(CallExpressionResolver.kt:298)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver$elementChain$1.invoke(CallExpressionResolver.kt:295)
		at org.jetbrains.kotlin.resolve.QualifiedExpressionResolver.resolveToPackageOrClassPrefix(QualifiedExpressionResolver.kt:512)
		at org.jetbrains.kotlin.resolve.QualifiedExpressionResolver.resolveQualifierInExpressionAndUnroll(QualifiedExpressionResolver.kt:646)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.elementChain(CallExpressionResolver.kt:295)
		at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getQualifiedExpressionTypeInfo(CallExpressionResolver.kt:440)
		at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitQualifiedExpression(BasicExpressionTypingVisitor.java:725)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitQualifiedExpression(ExpressionTypingVisitorDispatcher.java:384)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForDeclarations.visitQualifiedExpression(ExpressionTypingVisitorDispatcher.java:47)
		at org.jetbrains.kotlin.psi.KtVisitor.visitDotQualifiedExpression(KtVisitor.java:306)
		at org.jetbrains.kotlin.psi.KtDotQualifiedExpression.accept(KtDotQualifiedExpression.kt:32)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:135)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:121)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeInfo(ExpressionTypingServices.java:96)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getType(ExpressionTypingServices.java:138)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.safeGetType(ExpressionTypingServices.java:81)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveInitializerType(VariableTypeAndInitializerResolver.kt:186)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveTypeNullable(VariableTypeAndInitializerResolver.kt:103)
		at org.jetbrains.kotlin.resolve.VariableTypeAndInitializerResolver.resolveType(VariableTypeAndInitializerResolver.kt:56)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.resolveLocalVariableDescriptor(LocalVariableResolver.kt:199)
		at org.jetbrains.kotlin.resolve.LocalVariableResolver.process(LocalVariableResolver.kt:80)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:117)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitProperty(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtProperty.accept(KtProperty.java:58)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:342)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:555)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:68)
		at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:79)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:176)
		at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:165)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:148)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179)
		at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1049)
		at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:992)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:711)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:428)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:189)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:172)
		at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:284)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:48)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$1.invoke(ModuleResolutionFacadeImpl.kt:28)
		at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59)
		at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105)
		at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:52)
		at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:47)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:44)
		at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124)
		at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:25)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:28)
		at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:232)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClassDescriptor(KotlinUastResolveProviderService.kt:237)
		at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService$DefaultImpls.resolveToClass(KotlinUastResolveProviderService.kt:228)
		at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.resolveToClass(IdeaKotlinUastResolveProviderService.kt:24)
		at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:86)
		at org.jetbrains.uast.kotlin.KotlinUAnnotation.resolve(KotlinUAnnotation.kt:74)
		at org.jetbrains.uast.UastUtils__UastUtilsKt.tryResolve(UastUtils.kt:139)
		at org.jetbrains.uast.UastUtils.tryResolve(Unknown Source)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$$inlined$runReadAction$2.compute(actions.kt:75)
		at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:928)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes(PreviewElementFinderUtils.kt:480)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.getPreviewNodes$default(PreviewElementFinderUtils.kt:179)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:143)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt$getPreviewNodes$1$1$1.invoke(PreviewElementFinderUtils.kt:139)
		at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:315)
		at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
		at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:316)
		at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:303)
		at kotlin.sequences.TransformingSequence$iterator$1.hasNext(Sequences.kt:214)
		at kotlin.sequences.FilteringSequence$iterator$1.calcNext(Sequences.kt:169)
		at kotlin.sequences.FilteringSequence$iterator$1.hasNext(Sequences.kt:194)
		at kotlin.sequences.SequencesKt___SequencesKt.firstOrNull(_Sequences.kt:168)
		at com.android.tools.idea.compose.preview.PreviewElementFinderUtilsKt.hasPreviewElements(PreviewElementFinderUtils.kt:99)
		at com.android.tools.idea.compose.preview.util.ComposePreviewElementKt.isValidComposePreview(ComposePreviewElement.kt:157)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:130)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducerKt.access$containingComposePreviewFunction(ComposePreviewRunConfigurationProducer.kt:1)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:59)
		at com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer.setupConfigurationFromContext(ComposePreviewRunConfigurationProducer.kt:48)
		at com.intellij.execution.actions.RunConfigurationProducer.createConfigurationFromContext(RunConfigurationProducer.java:100)
		at com.intellij.execution.actions.RunConfigurationProducer.findOrCreateConfigurationFromContext(RunConfigurationProducer.java:197)
		at com.intellij.execution.actions.PreferredProducerFind.doGetConfigurationsFromContext(PreferredProducerFind.java:118)
		at com.intellij.execution.actions.PreferredProducerFind.getConfigurationsFromContext(PreferredProducerFind.java:100)
		at com.intellij.execution.actions.ConfigurationContext.getConfigurationsFromContext(ConfigurationContext.java:413)
		at com.intellij.execution.actions.ConfigurationContext.findPreferredConfiguration(ConfigurationContext.java:292)
		at com.intellij.execution.actions.ConfigurationContext.findExisting(ConfigurationContext.java:285)
		at com.intellij.execution.actions.BaseRunConfigurationAction.findExisting(BaseRunConfigurationAction.java:65)
		at com.intellij.execution.actions.BaseRunConfigurationAction.fullUpdate(BaseRunConfigurationAction.java:220)
		at com.intellij.execution.actions.BaseRunConfigurationAction.update(BaseRunConfigurationAction.java:185)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:150)
		at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:660)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:128)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:173)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:153)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:129)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:116)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:649)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:498)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:550)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$20(ActionUpdater.java:477)
		at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1398)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:477)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:272)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$12(ActionUpdater.java:340)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$13(ActionUpdater.java:359)
		at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$17(ActionUpdater.java:391)
		at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:387)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:359)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
		at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
		at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
		at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
		at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
		at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
		at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
		at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
		at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:358)
		at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
		at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
		at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
		at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
		... 7 more
2022-10-10 16:54:30,074 [ 169769] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Android Studio Flamingo | 2022.2.1 Canary 3  Build #AI-222.4167.29.2221.9133400
2022-10-10 16:54:30,072 [ 169767] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Android Studio Flamingo | 2022.2.1 Canary 3  Build #AI-222.4167.29.2221.9133400
2022-10-10 16:54:30,080 [ 169775] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-10-10 16:54:30,080 [ 169775] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-10-10 16:54:30,080 [ 169775] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Android Studio Flamingo | 2022.2.1 Canary 3  Build #AI-222.4167.29.2221.9133400
2022-10-10 16:54:30,080 [ 169775] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - OS: Mac OS X
2022-10-10 16:54:30,081 [ 169776] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-10-10 16:54:30,081 [ 169776] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - OS: Mac OS X
2022-10-10 16:54:30,080 [ 169775] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - OS: Mac OS X
2022-10-10 16:54:30,082 [ 169777] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Plugin to blame: Kotlin version: 222-1.7.10-release-334-AS3739.54
2022-10-10 16:54:30,082 [ 169777] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Plugin to blame: Kotlin version: 222-1.7.10-release-334-AS3739.54
2022-10-10 16:54:30,082 [ 169777] SEVERE - #o.j.k.t.e.ExpressionTypingVisitor - Plugin to blame: Kotlin version: 222-1.7.10-release-334-AS3739.54
2022-10-10 16:54:30,110 [ 169805]   WARN - #c.i.o.a.i.ActionUpdater - 7691 ms to call on BGT RunContextAction#update@EditorPopup (com.intellij.execution.actions.RunContextAction)
2022-10-10 16:54:30,110 [ 169805]   WARN - #c.i.o.a.i.ActionUpdater - 7691 ms to call on BGT SmartPopupActionGroup#update@EditorPopup (com.intellij.ide.actions.SmartPopupActionGroup)
2022-10-10 16:54:30,111 [ 169806]   WARN - #c.i.o.a.i.ActionUpdater - 5101 ms to call on BGT RunContextAction#update@EditorPopup (com.intellij.execution.actions.RunContextAction)
2022-10-10 16:54:30,112 [ 169807]   WARN - #c.a.t.i.l.c.LintIdeClient - Android Lint took a long time to run a read action (27963 ms)
2022-10-10 16:54:30,112 [ 169807]   WARN - #c.a.t.i.l.c.LintIdeClient - Android Lint took a long time to run a read action (27963 ms)
2022-10-10 16:54:30,136 [ 169831]   WARN - #c.a.t.i.l.c.LintIdeClient - com.evernote.android.state.lint.registry.StateIssueRegistry in /Users/ben/.gradle/caches/transforms-3/ec5e1a24a124e943ef1f548d2ae897f5/transformed/android-state-1.4.1/jars/lint.jar does not specify a vendor; see IssueRegistry#vendor
2022-10-10 16:54:30,175 [ 169870]   WARN - #c.a.t.i.l.c.LintIdeClient - com.citymapper.app.lint.CMIssueRegistry in /Users/ben/citymapper/citymapper-android/build/projects/lint-checks/libs/lint-checks.jar does not specify a vendor; see IssueRegistry#vendor
2022-10-10 16:54:39,616 [ 179311]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (31 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279615.txt'
2022-10-10 16:54:39,624 [ 179319]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (32 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279624.txt'
2022-10-10 16:54:39,629 [ 179324]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (33 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279629.txt'
2022-10-10 16:54:39,630 [ 179325]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (33 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279629.txt'
2022-10-10 16:54:39,634 [ 179329]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (35 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279634.txt'
2022-10-10 16:54:39,637 [ 179332]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (36 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279637.txt'
2022-10-10 16:54:39,641 [ 179336]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (37 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279640.txt'
2022-10-10 16:54:39,661 [ 179356]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (38 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279661.txt'
2022-10-10 16:54:39,664 [ 179359]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (39 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279664.txt'
2022-10-10 16:54:39,672 [ 179367]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (40 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279672.txt'
2022-10-10 16:54:39,676 [ 179371]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (41 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279676.txt'
2022-10-10 16:54:39,680 [ 179375]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (42 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279679.txt'
2022-10-10 16:54:39,683 [ 179378]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (43 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279683.txt'
2022-10-10 16:54:39,694 [ 179389]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (44 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279693.txt'
2022-10-10 16:54:39,755 [ 179450]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (45 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279755.txt'
2022-10-10 16:54:39,759 [ 179454]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (46 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279759.txt'
2022-10-10 16:54:39,840 [ 179535]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (47 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279839.txt'
2022-10-10 16:54:39,887 [ 179582]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (48 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279887.txt'
2022-10-10 16:54:39,890 [ 179585]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (49 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279890.txt'
2022-10-10 16:54:39,922 [ 179617]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (50 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279922.txt'
2022-10-10 16:54:39,948 [ 179643]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (51 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165439-1665417279948.txt'
2022-10-10 16:54:40,033 [ 179728]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (52 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165440-1665417280032.txt'
2022-10-10 16:54:40,139 [ 179834]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (53 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165440-1665417280139.txt'
2022-10-10 16:54:40,272 [ 179967]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (54 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165440-1665417280271.txt'
2022-10-10 16:54:40,358 [ 180053]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (55 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165440-1665417280358.txt'
2022-10-10 16:54:40,359 [ 180054]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (55 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165440-1665417280358.txt'
2022-10-10 16:54:41,190 [ 180885]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (57 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165441-1665417281189.txt'
2022-10-10 16:54:41,207 [ 180902]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (58 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165441-1665417281207.txt'
2022-10-10 16:54:41,254 [ 180949]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (59 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165441-1665417281254.txt'
2022-10-10 16:54:41,804 [ 181499]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (60 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165441-1665417281804.txt'
2022-10-10 16:54:41,816 [ 181511]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (61 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165441-1665417281816.txt'
2022-10-10 16:54:42,100 [ 181795]   WARN - #c.i.o.v.n.RefreshSession - Long VFS change processing (11794ms, 181947 events): [Compound VfsEvent[update: /Users/ben/citymapper/citymapper-android/build.gradle, oldTimestamp:1663939330694, newTimestamp:1665134893117, oldModificationStamp:0, newModificationStamp:6242, oldLength:7816, newLength:7816], Compound VfsEvent[update: /Users/ben/citymapper/citymapper-android/settings.gradle, oldTimestamp:1660660283042, newTimestamp:1664214516221, oldModificationStamp:0, newModificationStamp:6243, oldLength:3968, newLength:3968], Compound VfsEvent[update: /Users/ben/citymapper/citymapper-android/gradle.properties, oldTimestamp:1659379917519, newTimestamp:1665079761639, oldModificationStamp:0, newModificationStamp:6244, oldLength:338, newLength:383], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/0023b61905543dccafbecb17f8691894], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/04c9f1ebb24c06931096dae7f1c06501], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/052b42fcc1cbda504b729212b437f660], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/05ac0b99b167598bc3c0e5ae4af207c6], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/064f20088b74e9f928b1993d0688b247], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/0697f60777130832270d8989edc8a37e], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/0859d175f96b36767b990045bd5c4d50], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/08bae0dd4370fa5972fbe7c733aaa44c], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/0adf3e618663e8406338c62c1e5f923b], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/0b91c2df56d6ccc689a125d999fcdd04], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/0dbd4935a49ff030f2bcfaead49dffb2], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/0fbd448d0873730dbe39fbaee8900a75], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/11cc90c2b4abbd7ea643ffd0d8d2e728], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/14febe3c05c05a23fd41e2d05c9d18cd], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/170d8700dbcaae87514ca0f0d3667038], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/183c29ad48584e1ebf81d631f0105a32], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/194fa5d680bb6c941fed9d215148e7b2], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/1a17b1d746850326ce648d513fa6a515], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/1a355ad347c7559ce10688fd76b4c249], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/1a8679a44aecf3900b348f1cc8589c42], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/1c0632d15bcb6d3f735fa894ce3fce04], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/1c162095eaa90650c2610ed6b96d4aa0], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/1daea378e70cf88b2b98998e2f5dba61], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/1f74ec4972e5043a69b1bde92e5874ac], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/2605f75ff9dcc9e45a15a2b6b48d08f0], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/2a93ca34be522cfcaecbe42dee45542b], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/2c6392614cbe09ac9528c2236c86fe86], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/2cb5d6c0cbda10c2b08e94757442eabb], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/2d0b7f5ce3e55626306141a26cec4494], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/2d39331c8e7b04f90dc91d1d3b320042], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/2d6d9d4e4871f2118aa039e82e373ff8], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/2f51758f5acc74c8279b498bd87f8871], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/2f66700cbe8f12fadb522ea9ad1dab17], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/30a3b69c91f9e4e83c15e8cfbdbf54e2], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/31841f5cfc4a2432df2ed15c4c802b43], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/33bd88f48496af167230cc75d344ac4d], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/3587c456d26ce4ef4ad7ad3ecb1115eb], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/3624a2d430509f72c7f36fffa883f509], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/366b9fe123e16ede4fb3b203ccf7aba1], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/378a88b3d8020f93c84a363c971d378c], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/37ea3cb7e1d38b1e34ce11f68f7d41c1], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/38307588f25d1f1b5c33991a41e20fe5], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/393badf80011bbca9600ffc9138055de], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/3c038f3f9e0a2c389736283b68680cc7], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/3cbc0a1e455533239f494cc4bbf13af9], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/3e3e0fe614a9380d781f63ae8a7b58d8], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/3e62532f5cc109e3e0d60c2e75aacc54], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/3e821ce306505d53273fefb100a2ee30], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/4028907c58bb6209a1337dd798f8ad28], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/402da3c44ab21145fadd0065709f7003], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/40593540d81baa4c2798dd5696bd4d31], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/408ec6d69702f5aaa2de562c05cb217b], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/419439e70ba8ad1f800d8038095b844a], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/4252e8fffa9f78e16b969f4835d2630e], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/42bb8f2a36b60838b38ba9820f305059], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/4389e72f6dc8469e5ebf7cfac5165836], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/4466b7fd47ac50791a3b2896bfe0865f], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/45a61d82cabc57cb488cf3322c13678b], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/47987b667c62b9d57b603edb3e0b4573], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/4928fc0e974f7f98c9d7f3f8ecddd5de], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/49601776631d315d141d1fb86e562a30], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/4a0b3ff4ed8f3fee963b9cfe1e99d540], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/4cce3f7db51f1b7b2b2e929dbe669c44], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/5865d8def7a76bcc7d761f7627862589], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/58be5c080d4785da1032b9e38e7200c8], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/5938cfe8c51ee30c36117a2df7b2ce27], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/5a473d8412376158c5bb69959312a101], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/5a90dacd0fba7ce3711fac0d0c5f589c], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/5ad9f18b43b7ca9d65762a8247ae638e], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/5b366cd885ebe4831be9cb45c4c6440f], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/5d871d6ae5c10d4037f4c251c7a4f6fd], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/5e501d46660de45ccf8cbcc271f1b044], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/60b1eb36034bec525f20d288871f6cda], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/60b440edb3f50cdcf117461bc4bba83b], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/6105de4de3de7d7f471a73c5c078453f], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/62155edd3ef700df6f3a0afb20fb7c4b], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/6285310c680ec52af099f46d98a760ff], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/642c9e5ffc523b53ede6538c1afd5211], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/64eac8ba4aed26731afa61e7286ce81a], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/65005de14b1af951b7a1b8253a551b21], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/660578f7594d7aa053eef87f1671bc3a], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/6735bc56ddba08178c1fed9f437db546], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/6784386d3caa62ce09df306481e2ccb2], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/68fde14ec67faa0d93fdb098a1862870], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/68fe073b43276c94ff4b9c59674a8e1f], Compound VfsEvent[deleted: file:///Users/ben/.gradle/caches/transforms-3/6b155c8436aef5cb7027a1f667673ad1], Compound VfsEvent[deleted: file:///Us ...

2022-10-10 16:54:42,705 [ 182400]   INFO - #c.i.p.c.ProjectCodeStyleSettingsManager - Loading Project code style
2022-10-10 16:54:42,706 [ 182401]   INFO - #c.i.p.c.CustomCodeStyleSettings - Loaded org.jetbrains.plugins.groovy.codeStyle.GroovyCodeStyleSettings
2022-10-10 16:54:42,706 [ 182401]   INFO - #c.i.p.c.CustomCodeStyleSettings - Loaded org.jetbrains.kotlin.idea.core.formatter.KotlinCodeStyleSettings
2022-10-10 16:54:42,706 [ 182401]   INFO - #c.i.p.c.CustomCodeStyleSettings - Loaded org.jetbrains.kotlin.idea.core.formatter.KotlinCodeStyleSettings
2022-10-10 16:54:42,706 [ 182401]   INFO - #c.i.p.c.CustomCodeStyleSettings - Loaded com.intellij.psi.codeStyle.JavaCodeStyleSettings
2022-10-10 16:54:42,706 [ 182401]   INFO - #c.i.p.c.CommonCodeStyleSettings - Loaded Groovy common code style settings
2022-10-10 16:54:42,706 [ 182401]   INFO - #c.i.p.c.CommonCodeStyleSettings - Loaded Java common code style settings
2022-10-10 16:54:42,706 [ 182401]   INFO - #c.i.p.c.CommonCodeStyleSettings - Loaded JSON common code style settings
2022-10-10 16:54:42,706 [ 182401]   INFO - #c.i.p.c.CommonCodeStyleSettings - Loaded XML common code style settings
2022-10-10 16:54:42,706 [ 182401]   INFO - #c.i.p.c.CommonCodeStyleSettings - Loaded Kotlin common code style settings
2022-10-10 16:54:42,706 [ 182401]   INFO - #c.i.p.c.CommonCodeStyleSettings - Loaded Kotlin common code style settings
2022-10-10 16:54:42,706 [ 182401]   INFO - #c.i.p.c.ProjectCodeStyleSettingsManager - Project code style loaded
2022-10-10 16:54:42,923 [ 182618]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/navigation/sample/src/main/res/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 16:54:42,923 [ 182618]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/CitymapperNavigation/CitymapperNavigationTests/core/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 16:54:42,923 [ 182618]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/navigation/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 16:54:42,923 [ 182618]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/CitymapperCore/CitymapperCoreTests/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 16:54:42,923 [ 182618]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/CitymapperUI/CitymapperUI/Resources/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 16:54:42,923 [ 182618]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/localMaven/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 16:54:42,923 [ 182618]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/directions-ui/previews/src/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 16:54:42,923 [ 182618]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/Samples/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 16:54:42,924 [ 182619]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/navigation/sample/src/main/res/drawable/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 16:54:42,924 [ 182619]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored files under another root: 38 files total
2022-10-10 16:54:44,172 [ 183867]   INFO - #c.i.u.i.RootChangesLogger - New rootsChanged event for "citymapper-android" project with partial rescanning with trace_hash = -1939447439:
java.lang.Throwable
	at com.intellij.util.indexing.RootChangesLogger.info(RootChangesLogger.java:27)
	at com.intellij.util.indexing.EntityIndexingServiceImpl.logRootChanges(EntityIndexingServiceImpl.java:108)
	at com.intellij.util.indexing.EntityIndexingServiceImpl.indexChanges(EntityIndexingServiceImpl.java:87)
	at com.intellij.openapi.roots.impl.ProjectRootManagerComponent.synchronizeRoots(ProjectRootManagerComponent.java:299)
	at com.intellij.openapi.roots.impl.ProjectRootManagerComponent.fireRootsChangedEvent(ProjectRootManagerComponent.java:212)
	at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.fireRootsChanged(ProjectRootManagerImpl.java:477)
	at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$1.fireRootsChanged(ProjectRootManagerImpl.java:137)
	at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$1.fireRootsChanged(ProjectRootManagerImpl.java:134)
	at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$BatchSession.lambda$levelDown$0(ProjectRootManagerImpl.java:84)
	at com.intellij.openapi.application.WriteAction.lambda$run$1(WriteAction.java:86)
	at com.intellij.openapi.application.impl.ApplicationImpl.runWriteActionWithClass(ApplicationImpl.java:1011)
	at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:1037)
	at com.intellij.openapi.application.WriteAction.run(WriteAction.java:85)
	at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$BatchSession.levelDown(ProjectRootManagerImpl.java:84)
	at com.intellij.openapi.roots.impl.ProjectRootManagerComponent$3.onBatchUpdateFinished(ProjectRootManagerComponent.java:133)
	at com.intellij.util.messages.impl.MessageBusImplKt.invokeMethod(MessageBusImpl.kt:646)
	at com.intellij.util.messages.impl.MessageBusImplKt.invokeListener(MessageBusImpl.kt:625)
	at com.intellij.util.messages.impl.MessageBusImplKt.executeOrAddToQueue(MessageBusImpl.kt:470)
	at com.intellij.util.messages.impl.MessagePublisher.publish$intellij_platform_core(MessageBusImpl.kt:448)
	at com.intellij.util.messages.impl.MessagePublisher.invoke(MessageBusImpl.kt:425)
	at jdk.proxy2/jdk.proxy2.$Proxy284.onBatchUpdateFinished(Unknown Source)
	at com.intellij.configurationStore.StoreReloadManagerImpl$changedFilesAlarm$1.run(StoreReloadManagerImpl.kt:400)
	at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:241)
	at com.intellij.util.Alarm$Request.runSafely(Alarm.java:388)
	at com.intellij.util.Alarm$Request.run(Alarm.java:377)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:223)
	at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:209)
	at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:21)
	at com.intellij.openapi.application.TransactionGuardImpl$1.run(TransactionGuardImpl.java:191)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:881)
	at com.intellij.openapi.application.impl.ApplicationImpl$3.run(ApplicationImpl.java:513)
	at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:75)
	at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:118)
	at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:42)
	at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
	at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:918)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:766)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:450)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:791)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:449)
	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:105)
	at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:624)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:447)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:881)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:493)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)

2022-10-10 16:54:44,376 [ 184071]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:44,384 [ 184079]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:44,733 [ 184428]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:46,426 [ 186121]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/citymapper-android/familiar-data/src/main/res/xml/.DS_Store; root: /Users/ben/citymapper/citymapper-android; mapped root: null
2022-10-10 16:54:46,426 [ 186121]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/citymapper-android/common-ui-map/src/main/java/com/citymapper/app/.DS_Store; root: /Users/ben/citymapper/citymapper-android; mapped root: null
2022-10-10 16:54:46,426 [ 186121]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/citymapper-android/feature-home/public/.DS_Store; root: /Users/ben/citymapper/citymapper-android; mapped root: null
2022-10-10 16:54:46,426 [ 186121]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/citymapper-android/feature-jd-go/impl/src/main/java/com/.DS_Store; root: /Users/ben/citymapper/citymapper-android; mapped root: null
2022-10-10 16:54:46,426 [ 186121]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/citymapper-android/feature-sharing/src/.DS_Store; root: /Users/ben/citymapper/citymapper-android; mapped root: null
2022-10-10 16:54:46,426 [ 186121]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/citymapper-android/penrose/src/main/java/com/citymapper/app/.DS_Store; root: /Users/ben/citymapper/citymapper-android; mapped root: null
2022-10-10 16:54:46,427 [ 186122]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/citymapper-android/brand-cache/src/main/res/xml/.DS_Store; root: /Users/ben/citymapper/citymapper-android; mapped root: null
2022-10-10 16:54:46,427 [ 186122]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/citymapper-android/brand-cache/src/.DS_Store; root: /Users/ben/citymapper/citymapper-android; mapped root: null
2022-10-10 16:54:46,427 [ 186122]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/citymapper-android/partnerapps/impl/src/main/java/com/citymapper/app/.DS_Store; root: /Users/ben/citymapper/citymapper-android; mapped root: null
2022-10-10 16:54:46,427 [ 186122]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored files under another root: 185 files total
2022-10-10 16:54:46,454 [ 186149]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:46,546 [ 186241]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:46,922 [ 186617]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:47,473 [ 187168]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:47,657 [ 187352]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:47,690 [ 187385]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:47,763 [ 187458]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:47,814 [ 187509]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:48,069 [ 187764]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:48,072 [ 187767]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:54,682 [ 194377]   WARN - #c.i.o.a.i.ActionUpdater - 4259 ms to call on BGT RunContextAction#update@EditorPopup (com.intellij.execution.actions.RunContextAction)
2022-10-10 16:54:54,685 [ 194380]   WARN - #c.i.o.a.i.ActionUpdater - 4262 ms to call on BGT RunContextAction#update@EditorPopup (com.intellij.execution.actions.RunContextAction)
2022-10-10 16:54:54,725 [ 194420]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:54,877 [ 194572]   WARN - #c.i.u.x.Binding - no accessors for org.jetbrains.idea.devkit.inspections.missingApi.resolve.LibrariesWithIntellijClassesState
2022-10-10 16:54:54,877 [ 194572]   WARN - #c.i.u.x.Binding - no accessors for org.jetbrains.idea.devkit.inspections.missingApi.resolve.LibrariesWithIntellijClassesState
2022-10-10 16:54:55,985 [ 195680]   INFO - #c.i.o.c.i.s.StoreUtil - saveProjectsAndApp took 1412 ms
2022-10-10 16:54:56,004 [ 195699]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,007 [ 195702]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,009 [ 195704]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,011 [ 195706]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,013 [ 195708]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,016 [ 195711]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,018 [ 195713]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,020 [ 195715]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,023 [ 195718]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,025 [ 195720]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,027 [ 195722]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,030 [ 195725]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,033 [ 195728]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,035 [ 195730]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,037 [ 195732]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,040 [ 195735]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,043 [ 195738]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,045 [ 195740]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,047 [ 195742]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,049 [ 195744]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,052 [ 195747]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,054 [ 195749]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,056 [ 195751]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,059 [ 195754]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,061 [ 195756]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,062 [ 195757]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,064 [ 195759]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,067 [ 195762]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,068 [ 195763]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,071 [ 195766]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,073 [ 195768]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,076 [ 195771]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,078 [ 195773]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,081 [ 195776]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,083 [ 195778]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,086 [ 195781]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,088 [ 195783]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,091 [ 195786]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,093 [ 195788]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,095 [ 195790]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,097 [ 195792]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,098 [ 195793]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,101 [ 195796]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,103 [ 195798]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,106 [ 195801]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,107 [ 195802]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,109 [ 195804]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,112 [ 195807]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,113 [ 195808]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,115 [ 195810]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,118 [ 195813]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,120 [ 195815]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,122 [ 195817]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,124 [ 195819]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,126 [ 195821]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,128 [ 195823]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,130 [ 195825]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,132 [ 195827]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,134 [ 195829]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,136 [ 195831]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,138 [ 195833]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,140 [ 195835]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,143 [ 195838]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,145 [ 195840]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,149 [ 195844]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,152 [ 195847]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,153 [ 195848]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,156 [ 195851]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,158 [ 195853]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,160 [ 195855]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,162 [ 195857]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,165 [ 195860]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,167 [ 195862]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,170 [ 195865]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,172 [ 195867]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,174 [ 195869]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,177 [ 195872]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,179 [ 195874]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,181 [ 195876]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,184 [ 195879]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,186 [ 195881]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,188 [ 195883]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,191 [ 195886]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,193 [ 195888]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,196 [ 195891]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,198 [ 195893]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,201 [ 195896]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,203 [ 195898]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,205 [ 195900]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,207 [ 195902]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,210 [ 195905]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,212 [ 195907]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,213 [ 195908]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,216 [ 195911]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,218 [ 195913]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,220 [ 195915]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,222 [ 195917]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,224 [ 195919]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,226 [ 195921]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,228 [ 195923]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,231 [ 195926]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,233 [ 195928]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,236 [ 195931]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,238 [ 195933]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:56,240 [ 195935]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:54:58,293 [ 197988]   WARN - #c.i.o.a.i.ActionUpdater - 2025 ms to call on BGT RunContextAction#update@EditorPopup (com.intellij.execution.actions.RunContextAction)
2022-10-10 16:54:58,296 [ 197991]   INFO - #c.i.o.a.i.PopupMenuPreloader - 28556 ms since showing to preload popup menu 'Editor Popup Menu' at 'EditorPopup' in 6 ms
2022-10-10 16:54:58,337 [ 198032]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Reindexing refreshed files of citymapper-android : 173306 to update, calculated in 13100ms
2022-10-10 16:54:58,338 [ 198033]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Using 4 threads for indexing
2022-10-10 16:54:58,389 [ 198084]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Reindexing refreshed files of sdk : 41716 to update, calculated in 16064ms
2022-10-10 16:54:58,389 [ 198084]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Using 4 threads for indexing
2022-10-10 16:54:58,629 [ 198324]   WARN - #o.e.l.s.p.EditorConfigJsonSchemaParser - Found illegal descriptor: {}
2022-10-10 16:54:58,629 [ 198324]   WARN - #o.e.l.s.p.EditorConfigJsonSchemaParser - Found illegal descriptor: {}
2022-10-10 16:54:58,635 [ 198330]   WARN - #o.e.l.s.p.EditorConfigJsonSchemaParser - Found illegal descriptor: {}
2022-10-10 16:54:58,635 [ 198330]   WARN - #o.e.l.s.p.EditorConfigJsonSchemaParser - Found illegal descriptor: {}
2022-10-10 16:54:58,636 [ 198331]   WARN - #o.e.l.s.p.EditorConfigJsonSchemaParser - Found illegal descriptor: {}
2022-10-10 16:54:58,636 [ 198331]   WARN - #o.e.l.s.p.EditorConfigJsonSchemaParser - Found illegal descriptor: {}
2022-10-10 16:54:58,636 [ 198331]   WARN - #o.e.l.s.p.EditorConfigJsonSchemaParser - Found illegal descriptor: {}
2022-10-10 16:54:58,636 [ 198331]   WARN - #o.e.l.s.p.EditorConfigJsonSchemaParser - Found illegal descriptor: {}
2022-10-10 16:55:06,457 [ 206152]   INFO - #c.i.u.i.i.MapInputDataDiffBuilder - Incremental index diff update: 65536, removals: 3645511->10167, additions: 3663538->28194, no op changes: 60821
2022-10-10 16:55:09,756 [ 209451]   INFO - #c.i.d.PerformanceWatcherImpl - Reindexing refreshed files of sdk took 11367ms; general responsiveness: ok; EDT responsiveness: ok
2022-10-10 16:55:09,900 [ 209595]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Reindexing refreshed files of sdk : 0 to update, calculated in 69ms
2022-10-10 16:55:09,901 [ 209596]   INFO - #c.i.p.i.c.ClsFileImpl - file:///Users/ben/citymapper/citymapper-android/build/projects/feature-home/impl/intermediates/javac/release/classes/com/citymapper/app/home/HomeContentListFragment_Module_SystemGodMessageFragment$SystemGodMessageFragmentSubcomponent.class: null
2022-10-10 16:55:09,983 [ 209678]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:55:16,590 [ 216285]   INFO - #c.i.u.i.i.MapInputDataDiffBuilder - Incremental index diff update: 131072, removals: 7679405->22161, additions: 7703324->46080, no op changes: 121393
2022-10-10 16:55:27,731 [ 227426]   INFO - #c.i.u.i.i.MapInputDataDiffBuilder - Incremental index diff update: 196608, removals: 11165140->28422, additions: 11207524->70806, no op changes: 182662
2022-10-10 16:55:30,196 [ 229891]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:55:30,619 [ 230314]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:55:30,643 [ 230338]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:55:30,651 [ 230346]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:55:32,471 [ 232166]   WARN - #c.i.u.x.Binding - no accessors for git4idea.search.FilterState
2022-10-10 16:55:37,530 [ 237225]   INFO - #c.i.u.i.i.MapInputDataDiffBuilder - Incremental index diff update: 262144, removals: 15459553->281585, additions: 15490065->312097, no op changes: 243311
2022-10-10 16:55:40,455 [ 240150]   INFO - #c.i.d.PerformanceWatcherImpl - Reindexing refreshed files of citymapper-android took 42118ms; general responsiveness: ok; EDT responsiveness: ok
2022-10-10 16:55:40,465 [ 240160]   INFO - #c.i.u.i.UnindexedFilesUpdater - Started scanning for indexing of citymapper-android. Reason: changes in: "Module 'citymapper-android.feature-posts.public.main' (debug, debug, debug, debug, main, out)", "Module 'citymapper-android.feature-banner.main' (debug, debug, debug, debug, main, out)", "Module 'citymapper-android.inapp-provisioning.inapp-provisioning-core.main' (debug, debug, debug, debug, main, out)", "Module 'citymapper-android.common-ui-map.unitTest' (test)", "Module 'citymapper-android.internal-fake-lobster.main' (debug, debug, debug, debug, main, out)", "Module 'citymapper-android.feature-app-personalisation.main' (debug, debug, debug, debug, main, out)", "Module 'citymapper-android.joke-modes.main' (debug, debug, debug, debug, main, out)", "Module 'citymapper-android.feature-subscription-data.androidTest' (androidTest, schemas)", "Module 'citymapper-android.feature-profile.impl.unitTest' (out)", "Module 'citymapper-android.core-live.unitTest' (out, test)" and 168 iterators more
2022-10-10 16:55:40,465 [ 240160]   INFO - #c.i.u.i.UnindexedFilesUpdater - Performing delayed pushing properties tasks for citymapper-android took 0ms; general responsiveness: ok; EDT responsiveness: ok
2022-10-10 16:55:40,466 [ 240161]   INFO - #c.i.u.i.UnindexedFilesUpdater - Scanning of citymapper-android uses 9 scanning threads
2022-10-10 16:55:40,502 [ 240197]   INFO - #c.i.u.i.UnindexedFilesUpdater - Scanning completed for citymapper-android. Number of scanned files: 13044; Number of files for indexing: 0 took 37ms; general responsiveness: ok; EDT responsiveness: ok
2022-10-10 16:55:40,502 [ 240197]   INFO - #c.i.u.i.UnindexedFilesUpdater - Finished for citymapper-android. No files to index with loading content.
2022-10-10 16:55:40,504 [ 240199]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Reindexing refreshed files of citymapper-android : 14 to update, calculated in 0ms
2022-10-10 16:55:40,504 [ 240199]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Using 4 threads for indexing
2022-10-10 16:55:40,507 [ 240202]   INFO - #c.i.d.PerformanceWatcherImpl - Reindexing refreshed files of citymapper-android took 3ms; general responsiveness: ok; EDT responsiveness: ok
2022-10-10 16:55:40,581 [ 240276]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:55:41,404 [ 241099]   INFO - #c.i.o.e.u.ExternalSystemUtil - External project [/Users/ben/citymapper/sdk-internal/android] resolution task started
2022-10-10 16:55:41,430 [ 241125]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$SyncStateUpdater - onStart(RESOLVE_PROJECT:1, /Users/ben/citymapper/sdk-internal/android)
2022-10-10 16:55:41,430 [ 241125]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$SyncStateUpdaterService - trackTask(RESOLVE_PROJECT:1, /Users/ben/citymapper/sdk-internal/android)
2022-10-10 16:55:41,430 [ 241125]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder - Started (TRIGGER_USER_SYNC_ACTION) sync with Gradle for project 'sdk'.
2022-10-10 16:55:41,512 [ 241207]   INFO - #c.j.k.c.KonanLog - Could not setup debug for task=Gradle task RESOLVE_PROJECT:1: IN_PROGRESS
2022-10-10 16:55:41,512 [ 241207]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:55:41,512 [ 241207]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:55:42,175 [ 241870]   INFO - #c.a.t.i.g.p.c.GradleInitScripts - init script file sync.studio.tooling contents "initscript {\n    dependencies {\n        classpath files(['/Users/ben/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-2/222.4167.29.2221.9133400/Android Studio Preview.app/Contents/plugins/android/lib/android.jar', '/Users/ben/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-2/222.4167.29.2221.9133400/Android Studio Preview.app/Contents/plugins/android/lib/android.jar', '/Users/ben/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-2/222.4167.29.2221.9133400/Android Studio Preview.app/Contents/lib/3rd-party-rt.jar'])\n    }\n}\nallprojects {\n    apply plugin: com.android.ide.gradle.model.builder.AndroidStudioToolingPlugin\n}\n"
2022-10-10 16:55:42,196 [ 241891]   INFO - #o.j.p.g.s.e.GradleExecutionHelper - Passing command-line args to Gradle Tooling API: --init-script /private/var/folders/2f/09j67c7j1gld5smt7y6kn3280000gn/T/ijmapper.gradle -Didea.sync.active=true -Didea.resolveSourceSetDependencies=true -Porg.gradle.kotlin.dsl.provider.cid=932631783136333 --init-script /private/var/folders/2f/09j67c7j1gld5smt7y6kn3280000gn/T/sync.studio.tooling1.gradle -Djava.awt.headless=true --stacktrace -Pandroid.injected.build.model.only=true -Pandroid.injected.build.model.only.advanced=true -Pandroid.injected.invoked.from.ide=true -Pandroid.injected.build.model.only.versioned=3 -Pandroid.injected.studio.version=2022.2.1 Canary 3 -Pandroid.injected.build.model.disable.src.download=true -Pidea.gradle.do.not.build.tasks=true -Dorg.gradle.internal.GradleProjectBuilderOptions=omit_all_tasks -Pkotlin.mpp.enableIntransitiveMetadataConfiguration=true --init-script /private/var/folders/2f/09j67c7j1gld5smt7y6kn3280000gn/T/ijinit.gradle
2022-10-10 16:55:43,790 [ 243485]   INFO - #c.i.o.a.i.PopupMenuPreloader - 7815 ms since showing to preload popup menu 'Editor Popup Menu' at 'EditorPopup' in 67 ms
2022-10-10 16:55:43,791 [ 243486]   INFO - #c.i.o.a.i.PopupMenuPreloader - 7814 ms since showing to preload popup menu 'Editor Popup Menu' at 'EditorPopup' in 67 ms
2022-10-10 16:56:13,682 [ 273377]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$SyncStateUpdater - onSuccess(RESOLVE_PROJECT:1)
2022-10-10 16:56:13,683 [ 273378]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder - Started setup of project 'sdk'.
2022-10-10 16:56:13,691 [ 273386]   INFO - #c.i.o.e.u.ExternalSystemUtil - External project [/Users/ben/citymapper/sdk-internal/android] resolution task executed in 32286 ms.
2022-10-10 16:56:14,032 [ 273727]   INFO - #c.i.c.ComponentStoreImpl - Saving appAndroidEditors took 12 ms
2022-10-10 16:56:14,094 [ 273789]   INFO - #c.i.o.e.s.p.m.ExternalProjectsDataStorage - Save external projects data in 43 ms
2022-10-10 16:56:14,125 [ 273820]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=sdk, containerState=COMPONENT_CREATED, componentStore=/Users/ben/citymapper/sdk-internal/android)GradleLocalSettings took 12 ms
2022-10-10 16:56:14,227 [ 273922]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:56:23,957 [ 283652]   INFO - #c.a.t.n.s.NativeWorkspaceModificationTask - NDK support for project 'sdk' is disabled because the project doesn't contain any valid native configurations.
2022-10-10 16:56:24,369 [ 284064]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :imageloader-coil
2022-10-10 16:56:24,370 [ 284065]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :microbenchmark
2022-10-10 16:56:24,370 [ 284065]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :common-ui:compose
2022-10-10 16:56:24,370 [ 284065]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :common-ui:impl
2022-10-10 16:56:24,370 [ 284065]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :common-ui:theme
2022-10-10 16:56:24,370 [ 284065]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :core:android
2022-10-10 16:56:24,370 [ 284065]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :core:android-api24
2022-10-10 16:56:24,370 [ 284065]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions:impl
2022-10-10 16:56:24,371 [ 284066]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:components
2022-10-10 16:56:24,371 [ 284066]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:impl
2022-10-10 16:56:24,371 [ 284066]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:map
2022-10-10 16:56:24,371 [ 284066]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:model
2022-10-10 16:56:24,371 [ 284066]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:previews
2022-10-10 16:56:24,371 [ 284066]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:sample
2022-10-10 16:56:24,371 [ 284066]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:test-fixtures
2022-10-10 16:56:24,372 [ 284067]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :internal:android-test-utils
2022-10-10 16:56:24,372 [ 284067]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :internal:api-interceptor
2022-10-10 16:56:24,372 [ 284067]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :location:google
2022-10-10 16:56:24,372 [ 284067]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :location:public
2022-10-10 16:56:24,372 [ 284067]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :location:testFixtures
2022-10-10 16:56:24,372 [ 284067]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :map:impl
2022-10-10 16:56:24,372 [ 284067]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :map:mapcompose
2022-10-10 16:56:24,373 [ 284068]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :navigation:impl
2022-10-10 16:56:24,373 [ 284068]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :navigation:sample
2022-10-10 16:56:24,373 [ 284068]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :navigation-ui:components
2022-10-10 16:56:24,373 [ 284068]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :navigation-ui:impl
2022-10-10 16:56:24,373 [ 284068]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :nearby:impl
2022-10-10 16:56:24,373 [ 284068]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :search-ui:components
2022-10-10 16:56:24,373 [ 284068]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :search-ui:impl
2022-10-10 16:56:24,374 [ 284069]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :telemetry:impl
2022-10-10 16:56:24,374 [ 284069]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :time-date-picker-ui:components
2022-10-10 16:56:24,374 [ 284069]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :core:log:android
2022-10-10 16:56:24,531 [ 284226]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$DataImportListener - onImportFinished(/Users/ben/citymapper/sdk-internal/android)
2022-10-10 16:56:24,531 [ 284226]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$SyncStateUpdaterService - stopTrackingTask(/Users/ben/citymapper/sdk-internal/android)
2022-10-10 16:56:24,531 [ 284226]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$SyncStateUpdaterService - stopTrackingTask(RESOLVE_PROJECT:1)
2022-10-10 16:56:24,531 [ 284226]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder - Gradle sync finished in 43 s 101 ms
2022-10-10 16:56:24,535 [ 284230]   INFO - #c.a.t.i.g.p.s.s.p.MemorySettingsPostSyncChecker - 64bits? : true, current: 4096, available RAM: 32768
2022-10-10 16:56:24,535 [ 284230]   INFO - #c.a.t.i.m.MemorySettingsRecommendation - recommendation based on machine: 4096, on project: 3072
2022-10-10 16:56:24,644 [ 284339]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:56:24,742 [ 284437]   INFO - #c.i.u.i.UnindexedFilesUpdater - Started scanning for indexing of sdk. Reason: changes in: "Module 'sdk.location.testFixtures' (testFixtures)", "Module 'sdk.location.testFixtures.main' (main, release)", "Module 'sdk.common-ui.compose.unitTest' (kotlin)", "Module 'sdk.search-ui.impl.main' (java)", "Module 'sdk.search-ui.impl.unitTest' (kotlin)", "Module 'sdk.time-date-picker-ui.components.unitTest' (kotlin)", "Module 'sdk.directions-ui.sample.main' (debug)", "Android SDK Android API 32 Platform", "Library Gradle: org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.6.0", "Library Gradle: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.0" and 215 iterators more
2022-10-10 16:56:24,743 [ 284438]   INFO - #c.i.u.i.UnindexedFilesUpdater - Performing delayed pushing properties tasks for sdk took 1ms; general responsiveness: ok; EDT responsiveness: ok
2022-10-10 16:56:24,743 [ 284438]   INFO - #c.i.u.i.UnindexedFilesUpdater - Scanning of sdk uses 9 scanning threads
2022-10-10 16:56:25,714 [ 285409]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:56:25,715 [ 285410]   INFO - Upgrade Assistant - initializing isEnabled for "Add google() GMaven to buildscript repositories" refactoring from IRRELEVANT_PAST
2022-10-10 16:56:25,715 [ 285410]   INFO - Upgrade Assistant - initializing isEnabled for "Upgrade Gradle version to 7.4" refactoring from MANDATORY_CODEPENDENT
2022-10-10 16:56:25,715 [ 285410]   INFO - Upgrade Assistant - initializing isEnabled for "Upgrade Gradle plugins" refactoring from MANDATORY_CODEPENDENT
2022-10-10 16:56:25,715 [ 285410]   INFO - Upgrade Assistant - initializing isEnabled for "Update default Java language level" refactoring from IRRELEVANT_PAST
2022-10-10 16:56:25,715 [ 285410]   INFO - Upgrade Assistant - initializing isEnabled for "Replace deprecated configurations" refactoring from IRRELEVANT_PAST
2022-10-10 16:56:25,715 [ 285410]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate crashlytics from fabric to firebase" refactoring from IRRELEVANT_PAST
2022-10-10 16:56:25,715 [ 285410]   INFO - Upgrade Assistant - initializing isEnabled for "Remove redundant properties" refactoring from MANDATORY_CODEPENDENT
2022-10-10 16:56:25,715 [ 285410]   INFO - Upgrade Assistant - initializing isEnabled for "Move package from Android manifest to build files" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 16:56:25,715 [ 285410]   INFO - Upgrade Assistant - initializing isEnabled for "Update default R8 processing mode" refactoring from IRRELEVANT_FUTURE
2022-10-10 16:56:25,715 [ 285410]   INFO - Upgrade Assistant - initializing isEnabled for "Enable renderScript explicitly where needed" refactoring from IRRELEVANT_FUTURE
2022-10-10 16:56:25,715 [ 285410]   INFO - Upgrade Assistant - initializing isEnabled for "Enable buildConfig explicitly where needed" refactoring from IRRELEVANT_FUTURE
2022-10-10 16:56:25,716 [ 285411]   INFO - Upgrade Assistant - initializing isEnabled for "Preserve transitive R classes" refactoring from IRRELEVANT_FUTURE
2022-10-10 16:56:25,716 [ 285411]   INFO - Upgrade Assistant - initializing isEnabled for "Enable aidl explicitly where needed" refactoring from IRRELEVANT_FUTURE
2022-10-10 16:56:25,716 [ 285411]   INFO - Upgrade Assistant - initializing isEnabled for "Remove jni source directory from sourceSets" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 16:56:25,716 [ 285411]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate DSL properties from aaptOptions to androidResources" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 16:56:25,715 [ 285410]   INFO - #c.g.s.f.i.c.FirebaseAppManager - New app states on sync SUCCESS: {Module: 'sdk.directions-ui.sample'=FirebaseApp(module=Module: 'sdk.directions-ui.sample', connections=[All: [sdk-sample-apps] com.citymapper.sdk.ui.sample, debug: [sdk-sample-apps] com.citymapper.sdk.ui.sample, release: [sdk-sample-apps] com.citymapper.sdk.ui.sample]), Module: 'sdk.navigation.sample'=FirebaseApp(module=Module: 'sdk.navigation.sample', connections=[])}.
2022-10-10 16:56:25,716 [ 285411]   INFO - Upgrade Assistant - initializing isEnabled for "Remove buildType useProguard setting" refactoring from IRRELEVANT_PAST
2022-10-10 16:56:25,716 [ 285411]   INFO - Upgrade Assistant - initializing isEnabled for "Remove ignored configuration properties" refactoring from MANDATORY_INDEPENDENT
2022-10-10 16:56:25,716 [ 285411]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate DSL properties from adbOptions to installation" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 16:56:25,716 [ 285411]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate DSL properties from failureRetention to emulatorSnapshots" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 16:56:25,716 [ 285411]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate DSL properties from jacoco to testCoverage" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 16:56:25,716 [ 285411]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate packagingOptions DSL properties to sub-blocks" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 16:56:25,716 [ 285411]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate DSL properties from lintOptions to lint" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 16:56:25,716 [ 285411]   INFO - Upgrade Assistant - initializing isEnabled for "Rewrite deprecated operators" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 16:56:25,716 [ 285411]   INFO - Upgrade Assistant - initializing isEnabled for "Upgrade AGP dependency from 7.3.0 to 7.3.0" refactoring from MANDATORY_CODEPENDENT
2022-10-10 16:56:25,779 [ 285474]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:56:25,856 [ 285551]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:56:26,001 [ 285696]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:56:26,276 [ 285971]   INFO - #c.i.u.i.UnindexedFilesUpdater - Scanning completed for sdk. Number of scanned files: 93841; Number of files for indexing: 33509 took 1533ms; general responsiveness: ok; EDT responsiveness: ok
2022-10-10 16:56:26,277 [ 285972]   INFO - #c.i.u.i.UnindexedFilesUpdater - Use 4 indexing threads for indexing of sdk
2022-10-10 16:56:26,825 [ 286520]   INFO - #c.i.p.i.c.ClsDecompilerImpl - No stub built for the file FileContentImpl(zzj.class)
2022-10-10 16:56:26,831 [ 286526]   INFO - #c.i.p.i.c.ClsDecompilerImpl - No stub built for the file FileContentImpl(zzh.class)
2022-10-10 16:56:26,832 [ 286527]   INFO - #c.i.p.i.c.ClsDecompilerImpl - No stub built for the file FileContentImpl(zzc.class)
2022-10-10 16:56:26,833 [ 286528]   INFO - #c.i.p.i.c.ClsDecompilerImpl - No stub built for the file FileContentImpl(zzm.class)
2022-10-10 16:56:26,833 [ 286528]   INFO - #c.i.p.i.c.ClsDecompilerImpl - No stub built for the file FileContentImpl(zzf.class)
2022-10-10 16:56:30,971 [ 290666]   INFO - #c.i.u.i.UnindexedFilesUpdater - Finished for sdk. Unindexed files update took 4694ms; general responsiveness: ok; EDT responsiveness: ok
2022-10-10 16:56:31,049 [ 290744]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:56:43,601 [ 303296]   WARN - #c.a.t.i.a.SystemInfoStatsMonitor - CpuInfoFlags.fromExitCode(): unknown flag values '0x80'
2022-10-10 16:57:02,730 [ 322425]   INFO - #c.i.i.b.BookmarkManager - no state loaded for old bookmarks
2022-10-10 16:57:57,357 [ 377052]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (31 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165757-1665417477356.txt'
2022-10-10 16:57:57,357 [ 377052]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (31 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165757-1665417477356.txt'
2022-10-10 16:58:04,380 [ 384075]   INFO - #c.i.i.b.BookmarkManager - no state loaded for old bookmarks
2022-10-10 16:58:05,468 [ 385163]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (33 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165805-1665417485467.txt'
2022-10-10 16:58:05,468 [ 385163]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (33 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165805-1665417485467.txt'
2022-10-10 16:58:05,470 [ 385165]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (35 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165805-1665417485470.txt'
2022-10-10 16:58:05,470 [ 385165]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (35 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165805-1665417485470.txt'
2022-10-10 16:59:25,044 [ 464739]   INFO - Upgrade Assistant - setting isEnabled for "Upgrade AGP dependency from 7.3.0 to 7.3.0" refactoring to false
2022-10-10 16:59:25,044 [ 464739]   INFO - Upgrade Assistant - setting isEnabled for "Add google() GMaven to buildscript repositories" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Upgrade Gradle version to 7.4" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Upgrade Gradle plugins" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Update default Java language level" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Replace deprecated configurations" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Migrate crashlytics from fabric to firebase" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Remove redundant properties" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Move package from Android manifest to build files" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Update default R8 processing mode" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Enable renderScript explicitly where needed" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Enable buildConfig explicitly where needed" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Preserve transitive R classes" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Enable aidl explicitly where needed" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Remove jni source directory from sourceSets" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Migrate DSL properties from aaptOptions to androidResources" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Remove buildType useProguard setting" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Remove ignored configuration properties" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Migrate DSL properties from adbOptions to installation" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Migrate DSL properties from failureRetention to emulatorSnapshots" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Migrate DSL properties from jacoco to testCoverage" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Migrate packagingOptions DSL properties to sub-blocks" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Migrate DSL properties from lintOptions to lint" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Rewrite deprecated operators" refactoring to false
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Remove ignored configuration properties" refactoring to true
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Move package from Android manifest to build files" refactoring to true
2022-10-10 16:59:25,045 [ 464740]   INFO - Upgrade Assistant - setting isEnabled for "Migrate packagingOptions DSL properties to sub-blocks" refactoring to true
2022-10-10 16:59:25,100 [ 464795]   INFO - Upgrade Assistant - "Upgrade AGP dependency from 7.3.0 to 7.3.0" refactoring is disabled
2022-10-10 16:59:25,100 [ 464795]   INFO - Upgrade Assistant - "Add google() GMaven to buildscript repositories" refactoring is disabled
2022-10-10 16:59:25,100 [ 464795]   INFO - Upgrade Assistant - "Upgrade Gradle version to 7.4" refactoring is disabled
2022-10-10 16:59:25,100 [ 464795]   INFO - Upgrade Assistant - "Upgrade Gradle plugins" refactoring is disabled
2022-10-10 16:59:25,100 [ 464795]   INFO - Upgrade Assistant - "Update default Java language level" refactoring is disabled
2022-10-10 16:59:25,100 [ 464795]   INFO - Upgrade Assistant - "Replace deprecated configurations" refactoring is disabled
2022-10-10 16:59:25,100 [ 464795]   INFO - Upgrade Assistant - "Migrate crashlytics from fabric to firebase" refactoring is disabled
2022-10-10 16:59:25,101 [ 464796]   INFO - Upgrade Assistant - "Remove redundant properties" refactoring is disabled
2022-10-10 16:59:25,116 [ 464811]   INFO - Upgrade Assistant - found 64 usages for "Move package from Android manifest to build files" refactoring
2022-10-10 16:59:25,116 [ 464811]   INFO - Upgrade Assistant - "Update default R8 processing mode" refactoring is disabled
2022-10-10 16:59:25,116 [ 464811]   INFO - Upgrade Assistant - "Enable renderScript explicitly where needed" refactoring is disabled
2022-10-10 16:59:25,116 [ 464811]   INFO - Upgrade Assistant - "Enable buildConfig explicitly where needed" refactoring is disabled
2022-10-10 16:59:25,116 [ 464811]   INFO - Upgrade Assistant - "Preserve transitive R classes" refactoring is disabled
2022-10-10 16:59:25,116 [ 464811]   INFO - Upgrade Assistant - "Enable aidl explicitly where needed" refactoring is disabled
2022-10-10 16:59:25,116 [ 464811]   INFO - Upgrade Assistant - "Remove jni source directory from sourceSets" refactoring is disabled
2022-10-10 16:59:25,116 [ 464811]   INFO - Upgrade Assistant - "Migrate DSL properties from aaptOptions to androidResources" refactoring is disabled
2022-10-10 16:59:25,117 [ 464812]   INFO - Upgrade Assistant - "Remove buildType useProguard setting" refactoring is disabled
2022-10-10 16:59:25,120 [ 464815]   INFO - Upgrade Assistant - found 0 usages for "Remove ignored configuration properties" refactoring
2022-10-10 16:59:25,120 [ 464815]   INFO - Upgrade Assistant - "Migrate DSL properties from adbOptions to installation" refactoring is disabled
2022-10-10 16:59:25,120 [ 464815]   INFO - Upgrade Assistant - "Migrate DSL properties from failureRetention to emulatorSnapshots" refactoring is disabled
2022-10-10 16:59:25,120 [ 464815]   INFO - Upgrade Assistant - "Migrate DSL properties from jacoco to testCoverage" refactoring is disabled
2022-10-10 16:59:25,212 [ 464907]   INFO - Upgrade Assistant - found 30 usages for "Migrate packagingOptions DSL properties to sub-blocks" refactoring
2022-10-10 16:59:25,212 [ 464907]   INFO - Upgrade Assistant - "Migrate DSL properties from lintOptions to lint" refactoring is disabled
2022-10-10 16:59:25,212 [ 464907]   INFO - Upgrade Assistant - "Rewrite deprecated operators" refactoring is disabled
2022-10-10 16:59:25,238 [ 464933]   INFO - Upgrade Assistant - performing refactoring "Upgrade AGP version from 7.3.0 to 7.3.0" with 94 usages
2022-10-10 16:59:25,238 [ 464933]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'core/android/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,244 [ 464939]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'core/android/build.gradle'
2022-10-10 16:59:25,245 [ 464940]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'core/android-api24/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,247 [ 464942]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'core/android-api24/build.gradle'
2022-10-10 16:59:25,248 [ 464943]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'map/impl/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,249 [ 464944]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'map/impl/build.gradle'
2022-10-10 16:59:25,249 [ 464944]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'navigation/impl/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,251 [ 464946]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'navigation/impl/build.gradle'
2022-10-10 16:59:25,251 [ 464946]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'navigation/sample/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,253 [ 464948]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'navigation/sample/build.gradle'
2022-10-10 16:59:25,253 [ 464948]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'navigation-ui/impl/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,254 [ 464949]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'navigation-ui/impl/build.gradle'
2022-10-10 16:59:25,255 [ 464950]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'navigation-ui/components/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,257 [ 464952]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'navigation-ui/components/build.gradle'
2022-10-10 16:59:25,257 [ 464952]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'nearby/impl/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,258 [ 464953]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'nearby/impl/build.gradle'
2022-10-10 16:59:25,259 [ 464954]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'search-ui/impl/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,261 [ 464956]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'search-ui/impl/build.gradle'
2022-10-10 16:59:25,262 [ 464957]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'search-ui/components/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,264 [ 464959]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'search-ui/components/build.gradle'
2022-10-10 16:59:25,265 [ 464960]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'common-ui/impl/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,267 [ 464962]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'common-ui/impl/build.gradle'
2022-10-10 16:59:25,268 [ 464963]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'common-ui/theme/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,270 [ 464965]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'common-ui/theme/build.gradle'
2022-10-10 16:59:25,270 [ 464965]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'common-ui/compose/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,272 [ 464967]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'common-ui/compose/build.gradle'
2022-10-10 16:59:25,273 [ 464968]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'imageloader-coil/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,275 [ 464970]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'imageloader-coil/build.gradle'
2022-10-10 16:59:25,276 [ 464971]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'directions/impl/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,277 [ 464972]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'directions/impl/build.gradle'
2022-10-10 16:59:25,277 [ 464972]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'directions-ui/impl/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,278 [ 464973]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'directions-ui/impl/src/androidTest/AndroidManifest.xml'
2022-10-10 16:59:25,283 [ 464978]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'directions-ui/impl/build.gradle'
2022-10-10 16:59:25,284 [ 464979]   INFO - Upgrade Assistant - performing "Add testNamespace declaration" build model refactoring in 'directions-ui/impl/build.gradle'
2022-10-10 16:59:25,285 [ 464980]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'directions-ui/components/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,288 [ 464983]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'directions-ui/components/build.gradle'
2022-10-10 16:59:25,288 [ 464983]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'directions-ui/model/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,290 [ 464985]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'directions-ui/model/build.gradle'
2022-10-10 16:59:25,291 [ 464986]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'directions-ui/previews/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,293 [ 464988]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'directions-ui/previews/build.gradle'
2022-10-10 16:59:25,294 [ 464989]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'directions-ui/test-fixtures/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,296 [ 464991]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'directions-ui/test-fixtures/build.gradle'
2022-10-10 16:59:25,297 [ 464992]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'directions-ui/sample/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,308 [ 465003]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'directions-ui/sample/build.gradle'
2022-10-10 16:59:25,309 [ 465004]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'internal/api-interceptor/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,311 [ 465006]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'internal/api-interceptor/build.gradle'
2022-10-10 16:59:25,311 [ 465006]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'internal/android-test-utils/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,312 [ 465007]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'internal/android-test-utils/build.gradle'
2022-10-10 16:59:25,313 [ 465008]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'telemetry/impl/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,314 [ 465009]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'telemetry/impl/build.gradle'
2022-10-10 16:59:25,315 [ 465010]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'location/public/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,317 [ 465012]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'location/public/build.gradle'
2022-10-10 16:59:25,318 [ 465013]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'location/google/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,319 [ 465014]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'location/google/build.gradle'
2022-10-10 16:59:25,320 [ 465015]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'directions-ui/map/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,322 [ 465017]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'directions-ui/map/build.gradle'
2022-10-10 16:59:25,323 [ 465018]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'core/internal/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,325 [ 465020]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'core/internal/build.gradle'
2022-10-10 16:59:25,325 [ 465020]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'core/log/android/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,327 [ 465022]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'core/log/android/build.gradle'
2022-10-10 16:59:25,327 [ 465022]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'time-date-picker-ui/components/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,330 [ 465025]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:25,332 [ 465027]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'time-date-picker-ui/components/build.gradle'
2022-10-10 16:59:25,333 [ 465028]   INFO - Upgrade Assistant - performing "Remove package declaration" build model refactoring in 'map/mapcompose/src/main/AndroidManifest.xml'
2022-10-10 16:59:25,333 [ 465028]   INFO - Upgrade Assistant - performing "Add namespace declaration" build model refactoring in 'map/mapcompose/build.gradle'
2022-10-10 16:59:25,334 [ 465029]   INFO - Upgrade Assistant - performing "" build model refactoring in 'map/impl/build.gradle'
2022-10-10 16:59:25,336 [ 465031]   INFO - Upgrade Assistant - performing "Remove property (after splitting)" build model refactoring in 'map/impl/build.gradle'
2022-10-10 16:59:25,336 [ 465031]   INFO - Upgrade Assistant - performing "" build model refactoring in 'navigation/sample/build.gradle'
2022-10-10 16:59:25,337 [ 465032]   INFO - Upgrade Assistant - performing "" build model refactoring in 'navigation/sample/build.gradle'
2022-10-10 16:59:25,338 [ 465033]   INFO - Upgrade Assistant - performing "Remove property (after splitting)" build model refactoring in 'navigation/sample/build.gradle'
2022-10-10 16:59:25,338 [ 465033]   INFO - Upgrade Assistant - performing "" build model refactoring in 'navigation-ui/impl/build.gradle'
2022-10-10 16:59:25,344 [ 465039]   INFO - Upgrade Assistant - performing "Remove property (after splitting)" build model refactoring in 'navigation-ui/impl/build.gradle'
2022-10-10 16:59:25,344 [ 465039]   INFO - Upgrade Assistant - performing "" build model refactoring in 'navigation-ui/components/build.gradle'
2022-10-10 16:59:25,345 [ 465040]   INFO - Upgrade Assistant - performing "Remove property (after splitting)" build model refactoring in 'navigation-ui/components/build.gradle'
2022-10-10 16:59:25,345 [ 465040]   INFO - Upgrade Assistant - performing "" build model refactoring in 'nearby/impl/build.gradle'
2022-10-10 16:59:25,347 [ 465042]   INFO - Upgrade Assistant - performing "" build model refactoring in 'nearby/impl/build.gradle'
2022-10-10 16:59:25,348 [ 465043]   INFO - Upgrade Assistant - performing "Remove property (after splitting)" build model refactoring in 'nearby/impl/build.gradle'
2022-10-10 16:59:25,348 [ 465043]   INFO - Upgrade Assistant - performing "" build model refactoring in 'search-ui/components/build.gradle'
2022-10-10 16:59:25,349 [ 465044]   INFO - Upgrade Assistant - performing "Remove property (after splitting)" build model refactoring in 'search-ui/components/build.gradle'
2022-10-10 16:59:25,349 [ 465044]   INFO - Upgrade Assistant - performing "" build model refactoring in 'common-ui/impl/build.gradle'
2022-10-10 16:59:25,351 [ 465046]   INFO - Upgrade Assistant - performing "Remove property (after splitting)" build model refactoring in 'common-ui/impl/build.gradle'
2022-10-10 16:59:25,351 [ 465046]   INFO - Upgrade Assistant - performing "" build model refactoring in 'imageloader-coil/build.gradle'
2022-10-10 16:59:25,352 [ 465047]   INFO - Upgrade Assistant - performing "Remove property (after splitting)" build model refactoring in 'imageloader-coil/build.gradle'
2022-10-10 16:59:25,352 [ 465047]   INFO - Upgrade Assistant - performing "" build model refactoring in 'directions-ui/impl/build.gradle'
2022-10-10 16:59:25,354 [ 465049]   INFO - Upgrade Assistant - performing "" build model refactoring in 'directions-ui/impl/build.gradle'
2022-10-10 16:59:25,357 [ 465052]   INFO - Upgrade Assistant - performing "Remove property (after splitting)" build model refactoring in 'directions-ui/impl/build.gradle'
2022-10-10 16:59:25,357 [ 465052]   INFO - Upgrade Assistant - performing "" build model refactoring in 'directions-ui/components/build.gradle'
2022-10-10 16:59:25,358 [ 465053]   INFO - Upgrade Assistant - performing "Remove property (after splitting)" build model refactoring in 'directions-ui/components/build.gradle'
2022-10-10 16:59:25,358 [ 465053]   INFO - Upgrade Assistant - performing "" build model refactoring in 'directions-ui/model/build.gradle'
2022-10-10 16:59:25,361 [ 465056]   INFO - Upgrade Assistant - performing "Remove property (after splitting)" build model refactoring in 'directions-ui/model/build.gradle'
2022-10-10 16:59:25,361 [ 465056]   INFO - Upgrade Assistant - performing "" build model refactoring in 'directions-ui/sample/build.gradle'
2022-10-10 16:59:25,363 [ 465058]   INFO - Upgrade Assistant - performing "" build model refactoring in 'directions-ui/sample/build.gradle'
2022-10-10 16:59:25,365 [ 465060]   INFO - Upgrade Assistant - performing "Remove property (after splitting)" build model refactoring in 'directions-ui/sample/build.gradle'
2022-10-10 16:59:25,365 [ 465060]   INFO - Upgrade Assistant - performing "" build model refactoring in 'time-date-picker-ui/components/build.gradle'
2022-10-10 16:59:25,366 [ 465061]   INFO - Upgrade Assistant - performing "Remove property (after splitting)" build model refactoring in 'time-date-picker-ui/components/build.gradle'
2022-10-10 16:59:25,441 [ 465136]   INFO - Upgrade Assistant - applying changes from "Upgrade AGP version from 7.3.0 to 7.3.0" refactoring to build model
2022-10-10 16:59:28,165 [ 467860]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Reindexing refreshed files of sdk : 33 to update, calculated in 1ms
2022-10-10 16:59:28,165 [ 467860]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Using 4 threads for indexing
2022-10-10 16:59:28,166 [ 467861]   INFO - #c.i.o.e.u.ExternalSystemUtil - External project [/Users/ben/citymapper/sdk-internal/android] resolution task started
2022-10-10 16:59:28,170 [ 467865]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$SyncStateUpdater - onStart(RESOLVE_PROJECT:2, /Users/ben/citymapper/sdk-internal/android)
2022-10-10 16:59:28,171 [ 467866]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$SyncStateUpdaterService - trackTask(RESOLVE_PROJECT:2, /Users/ben/citymapper/sdk-internal/android)
2022-10-10 16:59:28,171 [ 467866]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder - Started (TRIGGER_AGP_VERSION_UPDATED) sync with Gradle for project 'sdk'.
2022-10-10 16:59:28,222 [ 467917]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,226 [ 467921]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,229 [ 467924]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,229 [ 467924]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (31 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165928-1665417568229.txt'
2022-10-10 16:59:28,231 [ 467926]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,341 [ 468036]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (31 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165928-1665417568340.txt'
2022-10-10 16:59:28,344 [ 468039]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (32 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-165928-1665417568343.txt'
2022-10-10 16:59:28,344 [ 468039]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,345 [ 468040]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,347 [ 468042]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,348 [ 468043]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,349 [ 468044]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,350 [ 468045]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,351 [ 468046]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,352 [ 468047]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,354 [ 468049]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,355 [ 468050]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,356 [ 468051]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,357 [ 468052]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,358 [ 468053]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,359 [ 468054]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,360 [ 468055]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,361 [ 468056]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,362 [ 468057]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,364 [ 468059]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,365 [ 468060]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,366 [ 468061]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,368 [ 468063]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,369 [ 468064]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,370 [ 468065]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,371 [ 468066]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,372 [ 468067]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,373 [ 468068]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,374 [ 468069]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,375 [ 468070]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,378 [ 468073]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,502 [ 468197]   INFO - #c.j.k.c.KonanLog - Could not setup debug for task=Gradle task RESOLVE_PROJECT:2: IN_PROGRESS
2022-10-10 16:59:28,502 [ 468197]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,502 [ 468197]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:28,513 [ 468208]   INFO - #c.a.t.i.g.p.c.GradleInitScripts - init script file sync.studio.tooling contents "initscript {\n    dependencies {\n        classpath files(['/Users/ben/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-2/222.4167.29.2221.9133400/Android Studio Preview.app/Contents/plugins/android/lib/android.jar', '/Users/ben/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-2/222.4167.29.2221.9133400/Android Studio Preview.app/Contents/plugins/android/lib/android.jar', '/Users/ben/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-2/222.4167.29.2221.9133400/Android Studio Preview.app/Contents/lib/3rd-party-rt.jar'])\n    }\n}\nallprojects {\n    apply plugin: com.android.ide.gradle.model.builder.AndroidStudioToolingPlugin\n}\n"
2022-10-10 16:59:28,547 [ 468242]   INFO - #o.j.p.g.s.e.GradleExecutionHelper - Passing command-line args to Gradle Tooling API: --init-script /private/var/folders/2f/09j67c7j1gld5smt7y6kn3280000gn/T/ijmapper.gradle -Didea.sync.active=true -Didea.resolveSourceSetDependencies=true -Porg.gradle.kotlin.dsl.provider.cid=932858119174125 --init-script /private/var/folders/2f/09j67c7j1gld5smt7y6kn3280000gn/T/sync.studio.tooling2.gradle -Djava.awt.headless=true --stacktrace -Pandroid.injected.build.model.only=true -Pandroid.injected.build.model.only.advanced=true -Pandroid.injected.invoked.from.ide=true -Pandroid.injected.build.model.only.versioned=3 -Pandroid.injected.studio.version=2022.2.1 Canary 3 -Pandroid.injected.build.model.disable.src.download=true -Pidea.gradle.do.not.build.tasks=true -Dorg.gradle.internal.GradleProjectBuilderOptions=omit_all_tasks -Pkotlin.mpp.enableIntransitiveMetadataConfiguration=true --init-script /private/var/folders/2f/09j67c7j1gld5smt7y6kn3280000gn/T/ijinit.gradle
2022-10-10 16:59:29,545 [ 469240]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=citymapper-android, containerState=COMPONENT_CREATED, componentStore=/Users/ben/citymapper/citymapper-android)GradleLocalSettings took 17 ms, sourceFolderManager took 14 ms
2022-10-10 16:59:30,365 [ 470060]   INFO - #o.j.p.g.s.p.GradleProjectResolver - Gradle project resolve error
org.gradle.tooling.BuildActionFailureException: The supplied phased action failed with an exception.
	at org.gradle.tooling.internal.consumer.connection.PhasedActionAwareConsumerConnection.run(PhasedActionAwareConsumerConnection.java:58)
	at org.gradle.tooling.internal.consumer.connection.ParameterValidatingConsumerConnection.run(ParameterValidatingConsumerConnection.java:62)
	at org.gradle.tooling.internal.consumer.DefaultPhasedBuildActionExecuter$1.run(DefaultPhasedBuildActionExecuter.java:78)
	at org.gradle.tooling.internal.consumer.DefaultPhasedBuildActionExecuter$1.run(DefaultPhasedBuildActionExecuter.java:70)
	at org.gradle.tooling.internal.consumer.connection.LazyConsumerActionExecutor.run(LazyConsumerActionExecutor.java:143)
	at org.gradle.tooling.internal.consumer.connection.CancellableConsumerActionExecutor.run(CancellableConsumerActionExecutor.java:45)
	at org.gradle.tooling.internal.consumer.connection.ProgressLoggingConsumerActionExecutor.run(ProgressLoggingConsumerActionExecutor.java:61)
	at org.gradle.tooling.internal.consumer.connection.RethrowingErrorsConsumerActionExecutor.run(RethrowingErrorsConsumerActionExecutor.java:38)
	at org.gradle.tooling.internal.consumer.async.DefaultAsyncConsumerActionExecutor$1$1.run(DefaultAsyncConsumerActionExecutor.java:67)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.gradle.api.ProjectConfigurationException: A problem occurred configuring project ':core:internal'.
	at org.gradle.configuration.project.LifecycleProjectEvaluator.wrapException(LifecycleProjectEvaluator.java:84)
	at org.gradle.configuration.project.LifecycleProjectEvaluator.addConfigurationFailure(LifecycleProjectEvaluator.java:77)
	at org.gradle.configuration.project.LifecycleProjectEvaluator.access$400(LifecycleProjectEvaluator.java:55)
	at org.gradle.configuration.project.LifecycleProjectEvaluator$EvaluateProject.lambda$run$0(LifecycleProjectEvaluator.java:111)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.lambda$applyToMutableState$0(DefaultProjectStateRegistry.java:351)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.lambda$fromMutableState$1(DefaultProjectStateRegistry.java:374)
	at org.gradle.internal.work.DefaultWorkerLeaseService.withReplacedLocks(DefaultWorkerLeaseService.java:345)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.fromMutableState(DefaultProjectStateRegistry.java:374)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.applyToMutableState(DefaultProjectStateRegistry.java:350)
	at org.gradle.configuration.project.LifecycleProjectEvaluator$EvaluateProject.run(LifecycleProjectEvaluator.java:100)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
	at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)
	at org.gradle.configuration.project.LifecycleProjectEvaluator.evaluate(LifecycleProjectEvaluator.java:72)
	at org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:761)
	at org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:152)
	at org.gradle.api.internal.project.ProjectLifecycleController.lambda$ensureSelfConfigured$1(ProjectLifecycleController.java:63)
	at org.gradle.internal.model.StateTransitionController.lambda$doTransition$12(StateTransitionController.java:236)
	at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:247)
	at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:235)
	at org.gradle.internal.model.StateTransitionController.lambda$maybeTransitionIfNotCurrentlyTransitioning$9(StateTransitionController.java:196)
	at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:34)
	at org.gradle.internal.model.StateTransitionController.maybeTransitionIfNotCurrentlyTransitioning(StateTransitionController.java:192)
	at org.gradle.api.internal.project.ProjectLifecycleController.ensureSelfConfigured(ProjectLifecycleController.java:63)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.ensureConfigured(DefaultProjectStateRegistry.java:325)
	at org.gradle.execution.TaskPathProjectEvaluator.configure(TaskPathProjectEvaluator.java:33)
	at org.gradle.execution.TaskPathProjectEvaluator.configureHierarchy(TaskPathProjectEvaluator.java:49)
	at org.gradle.configuration.DefaultProjectsPreparer.prepareProjects(DefaultProjectsPreparer.java:50)
	at org.gradle.configuration.BuildTreePreparingProjectsPreparer.prepareProjects(BuildTreePreparingProjectsPreparer.java:64)
	at org.gradle.configuration.BuildOperationFiringProjectsPreparer$ConfigureBuild.run(BuildOperationFiringProjectsPreparer.java:52)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
	at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)
	at org.gradle.configuration.BuildOperationFiringProjectsPreparer.prepareProjects(BuildOperationFiringProjectsPreparer.java:40)
	at org.gradle.initialization.VintageBuildModelController.lambda$prepareProjects$3(VintageBuildModelController.java:89)
	at org.gradle.internal.model.StateTransitionController.lambda$doTransition$12(StateTransitionController.java:236)
	at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:247)
	at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:235)
	at org.gradle.internal.model.StateTransitionController.lambda$transitionIfNotPreviously$10(StateTransitionController.java:210)
	at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:34)
	at org.gradle.internal.model.StateTransitionController.transitionIfNotPreviously(StateTransitionController.java:206)
	at org.gradle.initialization.VintageBuildModelController.prepareProjects(VintageBuildModelController.java:89)
	at org.gradle.initialization.VintageBuildModelController.getConfiguredModel(VintageBuildModelController.java:64)
	at org.gradle.internal.build.DefaultBuildLifecycleController.lambda$withProjectsConfigured$1(DefaultBuildLifecycleController.java:114)
	at org.gradle.internal.model.StateTransitionController.lambda$notInState$3(StateTransitionController.java:143)
	at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:44)
	at org.gradle.internal.model.StateTransitionController.notInState(StateTransitionController.java:139)
	at org.gradle.internal.build.DefaultBuildLifecycleController.withProjectsConfigured(DefaultBuildLifecycleController.java:114)
	at org.gradle.internal.build.DefaultBuildToolingModelController.locateBuilderForTarget(DefaultBuildToolingModelController.java:57)
	at org.gradle.internal.buildtree.DefaultBuildTreeModelCreator$DefaultBuildTreeModelController.lambda$locateBuilderForTarget$0(DefaultBuildTreeModelCreator.java:73)
	at org.gradle.internal.build.DefaultBuildLifecycleController.withToolingModels(DefaultBuildLifecycleController.java:174)
	at org.gradle.internal.build.AbstractBuildState.withToolingModels(AbstractBuildState.java:118)
	at org.gradle.internal.buildtree.DefaultBuildTreeModelCreator$DefaultBuildTreeModelController.locateBuilderForTarget(DefaultBuildTreeModelCreator.java:73)
	at org.gradle.internal.buildtree.DefaultBuildTreeModelCreator$DefaultBuildTreeModelController.locateBuilderForDefaultTarget(DefaultBuildTreeModelCreator.java:68)
	at org.gradle.tooling.internal.provider.runner.DefaultBuildController.getTarget(DefaultBuildController.java:157)
	at org.gradle.tooling.internal.provider.runner.DefaultBuildController.getModel(DefaultBuildController.java:101)
	at org.gradle.tooling.internal.consumer.connection.ParameterAwareBuildControllerAdapter.getModel(ParameterAwareBuildControllerAdapter.java:39)
	at org.gradle.tooling.internal.consumer.connection.UnparameterizedBuildController.getModel(UnparameterizedBuildController.java:113)
	at org.gradle.tooling.internal.consumer.connection.NestedActionAwareBuildControllerAdapter.getModel(NestedActionAwareBuildControllerAdapter.java:31)
	at org.gradle.tooling.internal.consumer.connection.UnparameterizedBuildController.findModel(UnparameterizedBuildController.java:97)
	at org.gradle.tooling.internal.consumer.connection.NestedActionAwareBuildControllerAdapter.findModel(NestedActionAwareBuildControllerAdapter.java:31)
	at org.gradle.tooling.internal.consumer.connection.UnparameterizedBuildController.findModel(UnparameterizedBuildController.java:81)
	at org.gradle.tooling.internal.consumer.connection.NestedActionAwareBuildControllerAdapter.findModel(NestedActionAwareBuildControllerAdapter.java:31)
	at org.gradle.tooling.internal.consumer.connection.UnparameterizedBuildController.findModel(UnparameterizedBuildController.java:66)
	at org.gradle.tooling.internal.consumer.connection.NestedActionAwareBuildControllerAdapter.findModel(NestedActionAwareBuildControllerAdapter.java:31)
	at org.jetbrains.plugins.gradle.model.ProjectImportAction.execute(ProjectImportAction.java:130)
	at org.jetbrains.plugins.gradle.model.ProjectImportAction.execute(ProjectImportAction.java:42)
	at org.gradle.tooling.internal.consumer.connection.InternalBuildActionAdapter.execute(InternalBuildActionAdapter.java:64)
	at org.gradle.tooling.internal.provider.runner.AbstractClientProvidedBuildActionRunner$ActionAdapter.runAction(AbstractClientProvidedBuildActionRunner.java:131)
	at org.gradle.tooling.internal.provider.runner.AbstractClientProvidedBuildActionRunner$ActionAdapter.beforeTasks(AbstractClientProvidedBuildActionRunner.java:99)
	at org.gradle.internal.buildtree.DefaultBuildTreeModelCreator.beforeTasks(DefaultBuildTreeModelCreator.java:52)
	at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.lambda$fromBuildModel$1(DefaultBuildTreeLifecycleController.java:75)
	at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.lambda$runBuild$4(DefaultBuildTreeLifecycleController.java:106)
	at org.gradle.internal.model.StateTransitionController.lambda$transition$5(StateTransitionController.java:166)
	at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:247)
	at org.gradle.internal.model.StateTransitionController.lambda$transition$6(StateTransitionController.java:166)
	at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:44)
	at org.gradle.internal.model.StateTransitionController.transition(StateTransitionController.java:166)
	at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.runBuild(DefaultBuildTreeLifecycleController.java:103)
	at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.fromBuildModel(DefaultBuildTreeLifecycleController.java:74)
	at org.gradle.tooling.internal.provider.runner.AbstractClientProvidedBuildActionRunner.runClientAction(AbstractClientProvidedBuildActionRunner.java:43)
	at org.gradle.tooling.internal.provider.runner.ClientProvidedPhasedActionRunner.run(ClientProvidedPhasedActionRunner.java:53)
	at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35)
	at org.gradle.internal.buildtree.ProblemReportingBuildActionRunner.run(ProblemReportingBuildActionRunner.java:49)
	at org.gradle.launcher.exec.BuildOutcomeReportingBuildActionRunner.run(BuildOutcomeReportingBuildActionRunner.java:65)
	at org.gradle.tooling.internal.provider.FileSystemWatchingBuildActionRunner.run(FileSystemWatchingBuildActionRunner.java:136)
	at org.gradle.launcher.exec.BuildCompletionNotifyingBuildActionRunner.run(BuildCompletionNotifyingBuildActionRunner.java:41)
	at org.gradle.launcher.exec.RootBuildLifecycleBuildActionExecutor.lambda$execute$0(RootBuildLifecycleBuildActionExecutor.java:40)
	at org.gradle.composite.internal.DefaultRootBuildState.run(DefaultRootBuildState.java:122)
	at org.gradle.launcher.exec.RootBuildLifecycleBuildActionExecutor.execute(RootBuildLifecycleBuildActionExecutor.java:40)
	at org.gradle.internal.buildtree.DefaultBuildTreeContext.execute(DefaultBuildTreeContext.java:40)
	at org.gradle.launcher.exec.BuildTreeLifecycleBuildActionExecutor.lambda$execute$0(BuildTreeLifecycleBuildActionExecutor.java:65)
	at org.gradle.internal.buildtree.BuildTreeState.run(BuildTreeState.java:53)
	at org.gradle.launcher.exec.BuildTreeLifecycleBuildActionExecutor.execute(BuildTreeLifecycleBuildActionExecutor.java:65)
	at org.gradle.launcher.exec.RunAsBuildOperationBuildActionExecutor$3.call(RunAsBuildOperationBuildActionExecutor.java:61)
	at org.gradle.launcher.exec.RunAsBuildOperationBuildActionExecutor$3.call(RunAsBuildOperationBuildActionExecutor.java:57)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
	at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
	at org.gradle.launcher.exec.RunAsBuildOperationBuildActionExecutor.execute(RunAsBuildOperationBuildActionExecutor.java:57)
	at org.gradle.launcher.exec.RunAsWorkerThreadBuildActionExecutor.lambda$execute$0(RunAsWorkerThreadBuildActionExecutor.java:36)
	at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:249)
	at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:109)
	at org.gradle.launcher.exec.RunAsWorkerThreadBuildActionExecutor.execute(RunAsWorkerThreadBuildActionExecutor.java:36)
	at org.gradle.tooling.internal.provider.continuous.ContinuousBuildActionExecutor.execute(ContinuousBuildActionExecutor.java:110)
	at org.gradle.tooling.internal.provider.SubscribableBuildActionExecutor.execute(SubscribableBuildActionExecutor.java:64)
	at org.gradle.internal.session.DefaultBuildSessionContext.execute(DefaultBuildSessionContext.java:46)
	at org.gradle.tooling.internal.provider.BuildSessionLifecycleBuildActionExecuter$ActionImpl.apply(BuildSessionLifecycleBuildActionExecuter.java:100)
	at org.gradle.tooling.internal.provider.BuildSessionLifecycleBuildActionExecuter$ActionImpl.apply(BuildSessionLifecycleBuildActionExecuter.java:88)
	at org.gradle.internal.session.BuildSessionState.run(BuildSessionState.java:69)
	at org.gradle.tooling.internal.provider.BuildSessionLifecycleBuildActionExecuter.execute(BuildSessionLifecycleBuildActionExecuter.java:62)
	at org.gradle.tooling.internal.provider.BuildSessionLifecycleBuildActionExecuter.execute(BuildSessionLifecycleBuildActionExecuter.java:41)
	at org.gradle.tooling.internal.provider.StartParamsValidatingActionExecuter.execute(StartParamsValidatingActionExecuter.java:63)
	at org.gradle.tooling.internal.provider.StartParamsValidatingActionExecuter.execute(StartParamsValidatingActionExecuter.java:31)
	at org.gradle.tooling.internal.provider.SessionFailureReportingActionExecuter.execute(SessionFailureReportingActionExecuter.java:52)
	at org.gradle.tooling.internal.provider.SessionFailureReportingActionExecuter.execute(SessionFailureReportingActionExecuter.java:40)
	at org.gradle.tooling.internal.provider.SetupLoggingActionExecuter.execute(SetupLoggingActionExecuter.java:47)
	at org.gradle.tooling.internal.provider.SetupLoggingActionExecuter.execute(SetupLoggingActionExecuter.java:31)
	at org.gradle.launcher.daemon.server.exec.ExecuteBuild.doBuild(ExecuteBuild.java:65)
	at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.WatchForDisconnection.execute(WatchForDisconnection.java:39)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.ResetDeprecationLogger.execute(ResetDeprecationLogger.java:29)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.RequestStopIfSingleUsedDaemon.execute(RequestStopIfSingleUsedDaemon.java:35)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.create(ForwardClientInput.java:78)
	at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.create(ForwardClientInput.java:75)
	at org.gradle.util.internal.Swapper.swap(Swapper.java:38)
	at org.gradle.launcher.daemon.server.exec.ForwardClientInput.execute(ForwardClientInput.java:75)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.LogAndCheckHealth.execute(LogAndCheckHealth.java:55)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.LogToClient.doBuild(LogToClient.java:63)
	at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.EstablishBuildEnvironment.doBuild(EstablishBuildEnvironment.java:84)
	at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy$1.run(StartBuildOrRespondWithBusy.java:52)
	at org.gradle.launcher.daemon.server.DaemonStateCoordinator$1.run(DaemonStateCoordinator.java:297)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: org.gradle.api.GradleScriptException: A problem occurred evaluating project ':core:internal'.
	at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:93)
	at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl.lambda$apply$0(DefaultScriptPluginFactory.java:133)
	at org.gradle.configuration.ProjectScriptTarget.addConfiguration(ProjectScriptTarget.java:79)
	at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl.apply(DefaultScriptPluginFactory.java:136)
	at org.gradle.configuration.BuildOperationScriptPlugin$1.run(BuildOperationScriptPlugin.java:65)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
	at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)
	at org.gradle.configuration.BuildOperationScriptPlugin.lambda$apply$0(BuildOperationScriptPlugin.java:62)
	at org.gradle.configuration.internal.DefaultUserCodeApplicationContext.apply(DefaultUserCodeApplicationContext.java:44)
	at org.gradle.configuration.BuildOperationScriptPlugin.apply(BuildOperationScriptPlugin.java:62)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.lambda$applyToMutableState$0(DefaultProjectStateRegistry.java:351)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.fromMutableState(DefaultProjectStateRegistry.java:369)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.applyToMutableState(DefaultProjectStateRegistry.java:350)
	at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:42)
	at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:26)
	at org.gradle.configuration.project.ConfigureActionsProjectEvaluator.evaluate(ConfigureActionsProjectEvaluator.java:35)
	at org.gradle.configuration.project.LifecycleProjectEvaluator$EvaluateProject.lambda$run$0(LifecycleProjectEvaluator.java:109)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.lambda$applyToMutableState$0(DefaultProjectStateRegistry.java:351)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.lambda$fromMutableState$1(DefaultProjectStateRegistry.java:374)
	at org.gradle.internal.work.DefaultWorkerLeaseService.withReplacedLocks(DefaultWorkerLeaseService.java:345)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.fromMutableState(DefaultProjectStateRegistry.java:374)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.applyToMutableState(DefaultProjectStateRegistry.java:350)
	at org.gradle.configuration.project.LifecycleProjectEvaluator$EvaluateProject.run(LifecycleProjectEvaluator.java:100)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
	at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)
	at org.gradle.configuration.project.LifecycleProjectEvaluator.evaluate(LifecycleProjectEvaluator.java:72)
	at org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:761)
	at org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:152)
	at org.gradle.api.internal.project.ProjectLifecycleController.lambda$ensureSelfConfigured$1(ProjectLifecycleController.java:63)
	at org.gradle.internal.model.StateTransitionController.lambda$doTransition$12(StateTransitionController.java:236)
	at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:247)
	at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:235)
	at org.gradle.internal.model.StateTransitionController.lambda$maybeTransitionIfNotCurrentlyTransitioning$9(StateTransitionController.java:196)
	at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:34)
	at org.gradle.internal.model.StateTransitionController.maybeTransitionIfNotCurrentlyTransitioning(StateTransitionController.java:192)
	at org.gradle.api.internal.project.ProjectLifecycleController.ensureSelfConfigured(ProjectLifecycleController.java:63)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.ensureConfigured(DefaultProjectStateRegistry.java:325)
	at org.gradle.execution.TaskPathProjectEvaluator.configure(TaskPathProjectEvaluator.java:33)
	at org.gradle.execution.TaskPathProjectEvaluator.configureHierarchy(TaskPathProjectEvaluator.java:49)
	at org.gradle.configuration.DefaultProjectsPreparer.prepareProjects(DefaultProjectsPreparer.java:50)
	at org.gradle.configuration.BuildTreePreparingProjectsPreparer.prepareProjects(BuildTreePreparingProjectsPreparer.java:64)
	at org.gradle.configuration.BuildOperationFiringProjectsPreparer$ConfigureBuild.run(BuildOperationFiringProjectsPreparer.java:52)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
	at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)
	at org.gradle.configuration.BuildOperationFiringProjectsPreparer.prepareProjects(BuildOperationFiringProjectsPreparer.java:40)
	at org.gradle.initialization.VintageBuildModelController.lambda$prepareProjects$3(VintageBuildModelController.java:89)
	at org.gradle.internal.model.StateTransitionController.lambda$doTransition$12(StateTransitionController.java:236)
	at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:247)
	at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:235)
	at org.gradle.internal.model.StateTransitionController.lambda$transitionIfNotPreviously$10(StateTransitionController.java:210)
	at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:34)
	at org.gradle.internal.model.StateTransitionController.transitionIfNotPreviously(StateTransitionController.java:206)
	at org.gradle.initialization.VintageBuildModelController.prepareProjects(VintageBuildModelController.java:89)
	at org.gradle.initialization.VintageBuildModelController.getConfiguredModel(VintageBuildModelController.java:64)
	at org.gradle.internal.build.DefaultBuildLifecycleController.lambda$withProjectsConfigured$1(DefaultBuildLifecycleController.java:114)
	at org.gradle.internal.model.StateTransitionController.lambda$notInState$3(StateTransitionController.java:143)
	at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:44)
	at org.gradle.internal.model.StateTransitionController.notInState(StateTransitionController.java:139)
	at org.gradle.internal.build.DefaultBuildLifecycleController.withProjectsConfigured(DefaultBuildLifecycleController.java:114)
	at org.gradle.internal.build.DefaultBuildToolingModelController.locateBuilderForTarget(DefaultBuildToolingModelController.java:57)
	at org.gradle.internal.buildtree.DefaultBuildTreeModelCreator$DefaultBuildTreeModelController.lambda$locateBuilderForTarget$0(DefaultBuildTreeModelCreator.java:73)
	at org.gradle.internal.build.DefaultBuildLifecycleController.withToolingModels(DefaultBuildLifecycleController.java:174)
	at org.gradle.internal.build.AbstractBuildState.withToolingModels(AbstractBuildState.java:118)
	at org.gradle.internal.buildtree.DefaultBuildTreeModelCreator$DefaultBuildTreeModelController.locateBuilderForTarget(DefaultBuildTreeModelCreator.java:73)
	at org.gradle.internal.buildtree.DefaultBuildTreeModelCreator$DefaultBuildTreeModelController.locateBuilderForDefaultTarget(DefaultBuildTreeModelCreator.java:68)
	at org.gradle.tooling.internal.provider.runner.DefaultBuildController.getTarget(DefaultBuildController.java:157)
	at org.gradle.tooling.internal.provider.runner.DefaultBuildController.getModel(DefaultBuildController.java:101)
	at org.gradle.tooling.internal.consumer.connection.ParameterAwareBuildControllerAdapter.getModel(ParameterAwareBuildControllerAdapter.java:39)
	at org.gradle.tooling.internal.consumer.connection.UnparameterizedBuildController.getModel(UnparameterizedBuildController.java:113)
	at org.gradle.tooling.internal.consumer.connection.NestedActionAwareBuildControllerAdapter.getModel(NestedActionAwareBuildControllerAdapter.java:31)
	at org.gradle.tooling.internal.consumer.connection.UnparameterizedBuildController.findModel(UnparameterizedBuildController.java:97)
	at org.gradle.tooling.internal.consumer.connection.NestedActionAwareBuildControllerAdapter.findModel(NestedActionAwareBuildControllerAdapter.java:31)
	at org.gradle.tooling.internal.consumer.connection.UnparameterizedBuildController.findModel(UnparameterizedBuildController.java:81)
	at org.gradle.tooling.internal.consumer.connection.NestedActionAwareBuildControllerAdapter.findModel(NestedActionAwareBuildControllerAdapter.java:31)
	at org.gradle.tooling.internal.consumer.connection.UnparameterizedBuildController.findModel(UnparameterizedBuildController.java:66)
	at org.gradle.tooling.internal.consumer.connection.NestedActionAwareBuildControllerAdapter.findModel(NestedActionAwareBuildControllerAdapter.java:31)
	at org.jetbrains.plugins.gradle.model.ProjectImportAction.execute(ProjectImportAction.java:130)
	at org.jetbrains.plugins.gradle.model.ProjectImportAction.execute(ProjectImportAction.java:42)
	at org.gradle.tooling.internal.consumer.connection.InternalBuildActionAdapter.execute(InternalBuildActionAdapter.java:64)
	at org.gradle.tooling.internal.provider.runner.AbstractClientProvidedBuildActionRunner$ActionAdapter.runAction(AbstractClientProvidedBuildActionRunner.java:131)
	at org.gradle.tooling.internal.provider.runner.AbstractClientProvidedBuildActionRunner$ActionAdapter.beforeTasks(AbstractClientProvidedBuildActionRunner.java:99)
	at org.gradle.internal.buildtree.DefaultBuildTreeModelCreator.beforeTasks(DefaultBuildTreeModelCreator.java:52)
	at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.lambda$fromBuildModel$1(DefaultBuildTreeLifecycleController.java:75)
	at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.lambda$runBuild$4(DefaultBuildTreeLifecycleController.java:106)
	at org.gradle.internal.model.StateTransitionController.lambda$transition$5(StateTransitionController.java:166)
	at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:247)
	at org.gradle.internal.model.StateTransitionController.lambda$transition$6(StateTransitionController.java:166)
	at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:44)
	at org.gradle.internal.model.StateTransitionController.transition(StateTransitionController.java:166)
	at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.runBuild(DefaultBuildTreeLifecycleController.java:103)
	at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.fromBuildModel(DefaultBuildTreeLifecycleController.java:74)
	at org.gradle.tooling.internal.provider.runner.AbstractClientProvidedBuildActionRunner.runClientAction(AbstractClientProvidedBuildActionRunner.java:43)
	at org.gradle.tooling.internal.provider.runner.ClientProvidedPhasedActionRunner.run(ClientProvidedPhasedActionRunner.java:53)
	at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35)
	at org.gradle.internal.buildtree.ProblemReportingBuildActionRunner.run(ProblemReportingBuildActionRunner.java:49)
	at org.gradle.launcher.exec.BuildOutcomeReportingBuildActionRunner.run(BuildOutcomeReportingBuildActionRunner.java:65)
	at org.gradle.tooling.internal.provider.FileSystemWatchingBuildActionRunner.run(FileSystemWatchingBuildActionRunner.java:136)
	at org.gradle.launcher.exec.BuildCompletionNotifyingBuildActionRunner.run(BuildCompletionNotifyingBuildActionRunner.java:41)
	at org.gradle.launcher.exec.RootBuildLifecycleBuildActionExecutor.lambda$execute$0(RootBuildLifecycleBuildActionExecutor.java:40)
	at org.gradle.composite.internal.DefaultRootBuildState.run(DefaultRootBuildState.java:122)
	at org.gradle.launcher.exec.RootBuildLifecycleBuildActionExecutor.execute(RootBuildLifecycleBuildActionExecutor.java:40)
	at org.gradle.internal.buildtree.DefaultBuildTreeContext.execute(DefaultBuildTreeContext.java:40)
	at org.gradle.launcher.exec.BuildTreeLifecycleBuildActionExecutor.lambda$execute$0(BuildTreeLifecycleBuildActionExecutor.java:65)
	at org.gradle.internal.buildtree.BuildTreeState.run(BuildTreeState.java:53)
	at org.gradle.launcher.exec.BuildTreeLifecycleBuildActionExecutor.execute(BuildTreeLifecycleBuildActionExecutor.java:65)
	at org.gradle.launcher.exec.RunAsBuildOperationBuildActionExecutor$3.call(RunAsBuildOperationBuildActionExecutor.java:61)
	at org.gradle.launcher.exec.RunAsBuildOperationBuildActionExecutor$3.call(RunAsBuildOperationBuildActionExecutor.java:57)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
	at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
	at org.gradle.launcher.exec.RunAsBuildOperationBuildActionExecutor.execute(RunAsBuildOperationBuildActionExecutor.java:57)
	at org.gradle.launcher.exec.RunAsWorkerThreadBuildActionExecutor.lambda$execute$0(RunAsWorkerThreadBuildActionExecutor.java:36)
	at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:249)
	at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:109)
	at org.gradle.launcher.exec.RunAsWorkerThreadBuildActionExecutor.execute(RunAsWorkerThreadBuildActionExecutor.java:36)
	at org.gradle.tooling.internal.provider.continuous.ContinuousBuildActionExecutor.execute(ContinuousBuildActionExecutor.java:110)
	at org.gradle.tooling.internal.provider.SubscribableBuildActionExecutor.execute(SubscribableBuildActionExecutor.java:64)
	at org.gradle.internal.session.DefaultBuildSessionContext.execute(DefaultBuildSessionContext.java:46)
	at org.gradle.tooling.internal.provider.BuildSessionLifecycleBuildActionExecuter$ActionImpl.apply(BuildSessionLifecycleBuildActionExecuter.java:100)
	at org.gradle.tooling.internal.provider.BuildSessionLifecycleBuildActionExecuter$ActionImpl.apply(BuildSessionLifecycleBuildActionExecuter.java:88)
	at org.gradle.internal.session.BuildSessionState.run(BuildSessionState.java:69)
	at org.gradle.tooling.internal.provider.BuildSessionLifecycleBuildActionExecuter.execute(BuildSessionLifecycleBuildActionExecuter.java:62)
	at org.gradle.tooling.internal.provider.BuildSessionLifecycleBuildActionExecuter.execute(BuildSessionLifecycleBuildActionExecuter.java:41)
	at org.gradle.tooling.internal.provider.StartParamsValidatingActionExecuter.execute(StartParamsValidatingActionExecuter.java:63)
	at org.gradle.tooling.internal.provider.StartParamsValidatingActionExecuter.execute(StartParamsValidatingActionExecuter.java:31)
	at org.gradle.tooling.internal.provider.SessionFailureReportingActionExecuter.execute(SessionFailureReportingActionExecuter.java:52)
	at org.gradle.tooling.internal.provider.SessionFailureReportingActionExecuter.execute(SessionFailureReportingActionExecuter.java:40)
	at org.gradle.tooling.internal.provider.SetupLoggingActionExecuter.execute(SetupLoggingActionExecuter.java:47)
	at org.gradle.tooling.internal.provider.SetupLoggingActionExecuter.execute(SetupLoggingActionExecuter.java:31)
	at org.gradle.launcher.daemon.server.exec.ExecuteBuild.doBuild(ExecuteBuild.java:65)
	at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.WatchForDisconnection.execute(WatchForDisconnection.java:39)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.ResetDeprecationLogger.execute(ResetDeprecationLogger.java:29)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.RequestStopIfSingleUsedDaemon.execute(RequestStopIfSingleUsedDaemon.java:35)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.create(ForwardClientInput.java:78)
	at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.create(ForwardClientInput.java:75)
	at org.gradle.util.internal.Swapper.swap(Swapper.java:38)
	at org.gradle.launcher.daemon.server.exec.ForwardClientInput.execute(ForwardClientInput.java:75)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.LogAndCheckHealth.execute(LogAndCheckHealth.java:55)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.LogToClient.doBuild(LogToClient.java:63)
	at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.EstablishBuildEnvironment.doBuild(EstablishBuildEnvironment.java:84)
	at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy$1.run(StartBuildOrRespondWithBusy.java:52)
	at org.gradle.launcher.daemon.server.DaemonStateCoordinator$1.run(DaemonStateCoordinator.java:297)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
Caused by: org.gradle.internal.metaobject.AbstractDynamicObject$CustomMessageMissingMethodException: Could not find method android() for arguments [build_bvfto196pmaqc7qecz10v81hv$_run_closure3@40e8a7c] on project ':core:internal' of type org.gradle.api.Project.
	at org.gradle.internal.metaobject.AbstractDynamicObject$CustomMissingMethodExecutionFailed.<init>(AbstractDynamicObject.java:190)
	at org.gradle.internal.metaobject.AbstractDynamicObject.methodMissingException(AbstractDynamicObject.java:184)
	at org.gradle.groovy.scripts.BasicScript$ScriptDynamicObject.methodMissingException(BasicScript.java:162)
	at org.gradle.internal.metaobject.AbstractDynamicObject.invokeMethod(AbstractDynamicObject.java:167)
	at org.gradle.groovy.scripts.BasicScript.invokeMethod(BasicScript.java:84)
	at build_bvfto196pmaqc7qecz10v81hv.run(/Users/ben/citymapper/sdk-internal/android/core/internal/build.gradle:25)
	at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:91)
	... 177 more
2022-10-10 16:59:30,380 [ 470075]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$SyncStateUpdater - onFailure(RESOLVE_PROJECT:2, com.intellij.openapi.externalSystem.model.LocationAwareExternalSystemException: Could not find method android() for arguments [build_bvfto196pmaqc7qecz10v81hv$_run_closure3@40e8a7c] on project ':core:internal' of type org.gradle.api.Project.)
2022-10-10 16:59:30,381 [ 470076]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$SyncStateUpdaterService - stopTrackingTask(RESOLVE_PROJECT:2)
2022-10-10 16:59:30,381 [ 470076]   WARN - #c.a.t.i.g.p.s.GradleSyncStateHolder - Gradle sync failed in 2 s 210 ms. Could not find method android() for arguments [build_bvfto196pmaqc7qecz10v81hv$_run_closure3@40e8a7c] on project ':core:internal' of type org.gradle.api.Project.
2022-10-10 16:59:30,381 [ 470076]   WARN - #c.a.t.i.g.p.s.GradleSyncStateHolder - Could not find method android() for arguments [build_bvfto196pmaqc7qecz10v81hv$_run_closure3@40e8a7c] on project ':core:internal' of type org.gradle.api.Project.
com.intellij.openapi.externalSystem.model.LocationAwareExternalSystemException: Could not find method android() for arguments [build_bvfto196pmaqc7qecz10v81hv$_run_closure3@40e8a7c] on project ':core:internal' of type org.gradle.api.Project.
	at org.jetbrains.plugins.gradle.service.execution.GradleExecutionErrorHandler.createUserFriendlyError(GradleExecutionErrorHandler.java:194)
	at org.jetbrains.plugins.gradle.service.project.AbstractProjectImportErrorHandler.createUserFriendlyError(AbstractProjectImportErrorHandler.java:46)
	at org.jetbrains.plugins.gradle.service.project.BaseProjectImportErrorHandler.doGetUserFriendlyError(BaseProjectImportErrorHandler.java:167)
	at org.jetbrains.plugins.gradle.service.project.BaseProjectImportErrorHandler.getUserFriendlyError(BaseProjectImportErrorHandler.java:48)
	at org.jetbrains.plugins.gradle.service.project.BaseProjectImportErrorHandler.checkErrorsWithoutQuickFixes(BaseProjectImportErrorHandler.java:62)
	at org.jetbrains.plugins.gradle.service.project.GradleProjectResolver$1.getUserFriendlyError(GradleProjectResolver.java:873)
	at org.jetbrains.plugins.gradle.service.project.GradleProjectResolver$ProjectConnectionDataNodeFunction.fun(GradleProjectResolver.java:802)
	at org.jetbrains.plugins.gradle.service.project.GradleProjectResolver$ProjectConnectionDataNodeFunction.fun(GradleProjectResolver.java:771)
	at org.jetbrains.plugins.gradle.service.execution.GradleExecutionHelper.lambda$execute$0(GradleExecutionHelper.java:132)
	at org.jetbrains.plugins.gradle.service.execution.GradleExecutionHelper.maybeFixSystemProperties(GradleExecutionHelper.java:158)
	at org.jetbrains.plugins.gradle.service.execution.GradleExecutionHelper.lambda$execute$1(GradleExecutionHelper.java:132)
	at org.jetbrains.plugins.gradle.GradleConnectorService$Companion.withGradleConnection(GradleConnectorService.kt:181)
	at org.jetbrains.plugins.gradle.GradleConnectorService.withGradleConnection(GradleConnectorService.kt)
	at org.jetbrains.plugins.gradle.service.execution.GradleExecutionHelper.execute(GradleExecutionHelper.java:128)
	at org.jetbrains.plugins.gradle.service.project.GradleProjectResolver.resolveProjectInfo(GradleProjectResolver.java:151)
	at org.jetbrains.plugins.gradle.service.project.GradleProjectResolver.resolveProjectInfo(GradleProjectResolver.java:71)
	at com.intellij.openapi.externalSystem.service.remote.RemoteExternalSystemProjectResolverImpl.lambda$resolveProjectInfo$0(RemoteExternalSystemProjectResolverImpl.java:37)
	at com.intellij.openapi.externalSystem.service.remote.AbstractRemoteExternalSystemService.execute(AbstractRemoteExternalSystemService.java:43)
	at com.intellij.openapi.externalSystem.service.remote.RemoteExternalSystemProjectResolverImpl.resolveProjectInfo(RemoteExternalSystemProjectResolverImpl.java:36)
	at com.intellij.openapi.externalSystem.service.remote.wrapper.ExternalSystemProjectResolverWrapper.resolveProjectInfo(ExternalSystemProjectResolverWrapper.java:48)
	at com.intellij.openapi.externalSystem.service.internal.ExternalSystemResolveProjectTask.doExecute(ExternalSystemResolveProjectTask.java:115)
	at com.intellij.openapi.externalSystem.service.internal.AbstractExternalSystemTask.execute(AbstractExternalSystemTask.java:151)
	at com.intellij.openapi.externalSystem.service.internal.AbstractExternalSystemTask.execute(AbstractExternalSystemTask.java:135)
	at com.intellij.openapi.externalSystem.util.ExternalSystemUtil$2.executeImpl(ExternalSystemUtil.java:491)
	at com.intellij.openapi.externalSystem.util.ExternalSystemUtil$2.lambda$execute$0(ExternalSystemUtil.java:327)
	at com.intellij.openapi.project.DumbServiceHeavyActivities.suspendIndexingAndRun(DumbServiceHeavyActivities.java:21)
	at com.intellij.openapi.project.DumbServiceImpl.suspendIndexingAndRun(DumbServiceImpl.java:187)
	at com.intellij.openapi.externalSystem.util.ExternalSystemUtil$2.execute(ExternalSystemUtil.java:327)
	at com.intellij.openapi.externalSystem.util.ExternalSystemUtil$4.run(ExternalSystemUtil.java:614)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:442)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:114)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$5(CoreProgressManager.java:493)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$3(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.gradle.internal.metaobject.AbstractDynamicObject$CustomMessageMissingMethodException: Could not find method android() for arguments [build_bvfto196pmaqc7qecz10v81hv$_run_closure3@40e8a7c] on project ':core:internal' of type org.gradle.api.Project.
	at org.gradle.internal.metaobject.AbstractDynamicObject$CustomMissingMethodExecutionFailed.<init>(AbstractDynamicObject.java:190)
	at org.gradle.internal.metaobject.AbstractDynamicObject.methodMissingException(AbstractDynamicObject.java:184)
	at org.gradle.groovy.scripts.BasicScript$ScriptDynamicObject.methodMissingException(BasicScript.java:162)
	at org.gradle.internal.metaobject.AbstractDynamicObject.invokeMethod(AbstractDynamicObject.java:167)
	at org.gradle.groovy.scripts.BasicScript.invokeMethod(BasicScript.java:84)
	at build_bvfto196pmaqc7qecz10v81hv.run(/Users/ben/citymapper/sdk-internal/android/core/internal/build.gradle:25)
	at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:91)
	at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl.lambda$apply$0(DefaultScriptPluginFactory.java:133)
	at org.gradle.configuration.ProjectScriptTarget.addConfiguration(ProjectScriptTarget.java:79)
	at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl.apply(DefaultScriptPluginFactory.java:136)
	at org.gradle.configuration.BuildOperationScriptPlugin$1.run(BuildOperationScriptPlugin.java:65)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
	at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)
	at org.gradle.configuration.BuildOperationScriptPlugin.lambda$apply$0(BuildOperationScriptPlugin.java:62)
	at org.gradle.configuration.internal.DefaultUserCodeApplicationContext.apply(DefaultUserCodeApplicationContext.java:44)
	at org.gradle.configuration.BuildOperationScriptPlugin.apply(BuildOperationScriptPlugin.java:62)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.lambda$applyToMutableState$0(DefaultProjectStateRegistry.java:351)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.fromMutableState(DefaultProjectStateRegistry.java:369)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.applyToMutableState(DefaultProjectStateRegistry.java:350)
	at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:42)
	at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:26)
	at org.gradle.configuration.project.ConfigureActionsProjectEvaluator.evaluate(ConfigureActionsProjectEvaluator.java:35)
	at org.gradle.configuration.project.LifecycleProjectEvaluator$EvaluateProject.lambda$run$0(LifecycleProjectEvaluator.java:109)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.lambda$applyToMutableState$0(DefaultProjectStateRegistry.java:351)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.lambda$fromMutableState$1(DefaultProjectStateRegistry.java:374)
	at org.gradle.internal.work.DefaultWorkerLeaseService.withReplacedLocks(DefaultWorkerLeaseService.java:345)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.fromMutableState(DefaultProjectStateRegistry.java:374)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.applyToMutableState(DefaultProjectStateRegistry.java:350)
	at org.gradle.configuration.project.LifecycleProjectEvaluator$EvaluateProject.run(LifecycleProjectEvaluator.java:100)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
	at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)
	at org.gradle.configuration.project.LifecycleProjectEvaluator.evaluate(LifecycleProjectEvaluator.java:72)
	at org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:761)
	at org.gradle.api.internal.project.DefaultProject.evaluate(DefaultProject.java:152)
	at org.gradle.api.internal.project.ProjectLifecycleController.lambda$ensureSelfConfigured$1(ProjectLifecycleController.java:63)
	at org.gradle.internal.model.StateTransitionController.lambda$doTransition$12(StateTransitionController.java:236)
	at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:247)
	at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:235)
	at org.gradle.internal.model.StateTransitionController.lambda$maybeTransitionIfNotCurrentlyTransitioning$9(StateTransitionController.java:196)
	at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:34)
	at org.gradle.internal.model.StateTransitionController.maybeTransitionIfNotCurrentlyTransitioning(StateTransitionController.java:192)
	at org.gradle.api.internal.project.ProjectLifecycleController.ensureSelfConfigured(ProjectLifecycleController.java:63)
	at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.ensureConfigured(DefaultProjectStateRegistry.java:325)
	at org.gradle.execution.TaskPathProjectEvaluator.configure(TaskPathProjectEvaluator.java:33)
	at org.gradle.execution.TaskPathProjectEvaluator.configureHierarchy(TaskPathProjectEvaluator.java:49)
	at org.gradle.configuration.DefaultProjectsPreparer.prepareProjects(DefaultProjectsPreparer.java:50)
	at org.gradle.configuration.BuildTreePreparingProjectsPreparer.prepareProjects(BuildTreePreparingProjectsPreparer.java:64)
	at org.gradle.configuration.BuildOperationFiringProjectsPreparer$ConfigureBuild.run(BuildOperationFiringProjectsPreparer.java:52)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
	at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)
	at org.gradle.configuration.BuildOperationFiringProjectsPreparer.prepareProjects(BuildOperationFiringProjectsPreparer.java:40)
	at org.gradle.initialization.VintageBuildModelController.lambda$prepareProjects$3(VintageBuildModelController.java:89)
	at org.gradle.internal.model.StateTransitionController.lambda$doTransition$12(StateTransitionController.java:236)
	at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:247)
	at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:235)
	at org.gradle.internal.model.StateTransitionController.lambda$transitionIfNotPreviously$10(StateTransitionController.java:210)
	at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:34)
	at org.gradle.internal.model.StateTransitionController.transitionIfNotPreviously(StateTransitionController.java:206)
	at org.gradle.initialization.VintageBuildModelController.prepareProjects(VintageBuildModelController.java:89)
	at org.gradle.initialization.VintageBuildModelController.getConfiguredModel(VintageBuildModelController.java:64)
	at org.gradle.internal.build.DefaultBuildLifecycleController.lambda$withProjectsConfigured$1(DefaultBuildLifecycleController.java:114)
	at org.gradle.internal.model.StateTransitionController.lambda$notInState$3(StateTransitionController.java:143)
	at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:44)
	at org.gradle.internal.model.StateTransitionController.notInState(StateTransitionController.java:139)
	at org.gradle.internal.build.DefaultBuildLifecycleController.withProjectsConfigured(DefaultBuildLifecycleController.java:114)
	at org.gradle.internal.build.DefaultBuildToolingModelController.locateBuilderForTarget(DefaultBuildToolingModelController.java:57)
	at org.gradle.internal.buildtree.DefaultBuildTreeModelCreator$DefaultBuildTreeModelController.lambda$locateBuilderForTarget$0(DefaultBuildTreeModelCreator.java:73)
	at org.gradle.internal.build.DefaultBuildLifecycleController.withToolingModels(DefaultBuildLifecycleController.java:174)
	at org.gradle.internal.build.AbstractBuildState.withToolingModels(AbstractBuildState.java:118)
	at org.gradle.internal.buildtree.DefaultBuildTreeModelCreator$DefaultBuildTreeModelController.locateBuilderForTarget(DefaultBuildTreeModelCreator.java:73)
	at org.gradle.internal.buildtree.DefaultBuildTreeModelCreator$DefaultBuildTreeModelController.locateBuilderForDefaultTarget(DefaultBuildTreeModelCreator.java:68)
	at org.gradle.tooling.internal.provider.runner.DefaultBuildController.getTarget(DefaultBuildController.java:157)
	at org.gradle.tooling.internal.provider.runner.DefaultBuildController.getModel(DefaultBuildController.java:101)
	at org.gradle.tooling.internal.consumer.connection.ParameterAwareBuildControllerAdapter.getModel(ParameterAwareBuildControllerAdapter.java:39)
	at org.gradle.tooling.internal.consumer.connection.UnparameterizedBuildController.getModel(UnparameterizedBuildController.java:113)
	at org.gradle.tooling.internal.consumer.connection.NestedActionAwareBuildControllerAdapter.getModel(NestedActionAwareBuildControllerAdapter.java:31)
	at org.gradle.tooling.internal.consumer.connection.UnparameterizedBuildController.findModel(UnparameterizedBuildController.java:97)
	at org.gradle.tooling.internal.consumer.connection.NestedActionAwareBuildControllerAdapter.findModel(NestedActionAwareBuildControllerAdapter.java:31)
	at org.gradle.tooling.internal.consumer.connection.UnparameterizedBuildController.findModel(UnparameterizedBuildController.java:81)
	at org.gradle.tooling.internal.consumer.connection.NestedActionAwareBuildControllerAdapter.findModel(NestedActionAwareBuildControllerAdapter.java:31)
	at org.gradle.tooling.internal.consumer.connection.UnparameterizedBuildController.findModel(UnparameterizedBuildController.java:66)
	at org.gradle.tooling.internal.consumer.connection.NestedActionAwareBuildControllerAdapter.findModel(NestedActionAwareBuildControllerAdapter.java:31)
	at org.jetbrains.plugins.gradle.model.ProjectImportAction.execute(ProjectImportAction.java:130)
	at org.jetbrains.plugins.gradle.model.ProjectImportAction.execute(ProjectImportAction.java:42)
	at org.gradle.tooling.internal.consumer.connection.InternalBuildActionAdapter.execute(InternalBuildActionAdapter.java:64)
	at org.gradle.tooling.internal.provider.runner.AbstractClientProvidedBuildActionRunner$ActionAdapter.runAction(AbstractClientProvidedBuildActionRunner.java:131)
	at org.gradle.tooling.internal.provider.runner.AbstractClientProvidedBuildActionRunner$ActionAdapter.beforeTasks(AbstractClientProvidedBuildActionRunner.java:99)
	at org.gradle.internal.buildtree.DefaultBuildTreeModelCreator.beforeTasks(DefaultBuildTreeModelCreator.java:52)
	at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.lambda$fromBuildModel$1(DefaultBuildTreeLifecycleController.java:75)
	at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.lambda$runBuild$4(DefaultBuildTreeLifecycleController.java:106)
	at org.gradle.internal.model.StateTransitionController.lambda$transition$5(StateTransitionController.java:166)
	at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:247)
	at org.gradle.internal.model.StateTransitionController.lambda$transition$6(StateTransitionController.java:166)
	at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:44)
	at org.gradle.internal.model.StateTransitionController.transition(StateTransitionController.java:166)
	at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.runBuild(DefaultBuildTreeLifecycleController.java:103)
	at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.fromBuildModel(DefaultBuildTreeLifecycleController.java:74)
	at org.gradle.tooling.internal.provider.runner.AbstractClientProvidedBuildActionRunner.runClientAction(AbstractClientProvidedBuildActionRunner.java:43)
	at org.gradle.tooling.internal.provider.runner.ClientProvidedPhasedActionRunner.run(ClientProvidedPhasedActionRunner.java:53)
	at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35)
	at org.gradle.internal.buildtree.ProblemReportingBuildActionRunner.run(ProblemReportingBuildActionRunner.java:49)
	at org.gradle.launcher.exec.BuildOutcomeReportingBuildActionRunner.run(BuildOutcomeReportingBuildActionRunner.java:65)
	at org.gradle.tooling.internal.provider.FileSystemWatchingBuildActionRunner.run(FileSystemWatchingBuildActionRunner.java:136)
	at org.gradle.launcher.exec.BuildCompletionNotifyingBuildActionRunner.run(BuildCompletionNotifyingBuildActionRunner.java:41)
	at org.gradle.launcher.exec.RootBuildLifecycleBuildActionExecutor.lambda$execute$0(RootBuildLifecycleBuildActionExecutor.java:40)
	at org.gradle.composite.internal.DefaultRootBuildState.run(DefaultRootBuildState.java:122)
	at org.gradle.launcher.exec.RootBuildLifecycleBuildActionExecutor.execute(RootBuildLifecycleBuildActionExecutor.java:40)
	at org.gradle.internal.buildtree.DefaultBuildTreeContext.execute(DefaultBuildTreeContext.java:40)
	at org.gradle.launcher.exec.BuildTreeLifecycleBuildActionExecutor.lambda$execute$0(BuildTreeLifecycleBuildActionExecutor.java:65)
	at org.gradle.internal.buildtree.BuildTreeState.run(BuildTreeState.java:53)
	at org.gradle.launcher.exec.BuildTreeLifecycleBuildActionExecutor.execute(BuildTreeLifecycleBuildActionExecutor.java:65)
	at org.gradle.launcher.exec.RunAsBuildOperationBuildActionExecutor$3.call(RunAsBuildOperationBuildActionExecutor.java:61)
	at org.gradle.launcher.exec.RunAsBuildOperationBuildActionExecutor$3.call(RunAsBuildOperationBuildActionExecutor.java:57)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
	at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
	at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
	at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
	at org.gradle.launcher.exec.RunAsBuildOperationBuildActionExecutor.execute(RunAsBuildOperationBuildActionExecutor.java:57)
	at org.gradle.launcher.exec.RunAsWorkerThreadBuildActionExecutor.lambda$execute$0(RunAsWorkerThreadBuildActionExecutor.java:36)
	at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:249)
	at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:109)
	at org.gradle.launcher.exec.RunAsWorkerThreadBuildActionExecutor.execute(RunAsWorkerThreadBuildActionExecutor.java:36)
	at org.gradle.tooling.internal.provider.continuous.ContinuousBuildActionExecutor.execute(ContinuousBuildActionExecutor.java:110)
	at org.gradle.tooling.internal.provider.SubscribableBuildActionExecutor.execute(SubscribableBuildActionExecutor.java:64)
	at org.gradle.internal.session.DefaultBuildSessionContext.execute(DefaultBuildSessionContext.java:46)
	at org.gradle.tooling.internal.provider.BuildSessionLifecycleBuildActionExecuter$ActionImpl.apply(BuildSessionLifecycleBuildActionExecuter.java:100)
	at org.gradle.tooling.internal.provider.BuildSessionLifecycleBuildActionExecuter$ActionImpl.apply(BuildSessionLifecycleBuildActionExecuter.java:88)
	at org.gradle.internal.session.BuildSessionState.run(BuildSessionState.java:69)
	at org.gradle.tooling.internal.provider.BuildSessionLifecycleBuildActionExecuter.execute(BuildSessionLifecycleBuildActionExecuter.java:62)
	at org.gradle.tooling.internal.provider.BuildSessionLifecycleBuildActionExecuter.execute(BuildSessionLifecycleBuildActionExecuter.java:41)
	at org.gradle.tooling.internal.provider.StartParamsValidatingActionExecuter.execute(StartParamsValidatingActionExecuter.java:63)
	at org.gradle.tooling.internal.provider.StartParamsValidatingActionExecuter.execute(StartParamsValidatingActionExecuter.java:31)
	at org.gradle.tooling.internal.provider.SessionFailureReportingActionExecuter.execute(SessionFailureReportingActionExecuter.java:52)
	at org.gradle.tooling.internal.provider.SessionFailureReportingActionExecuter.execute(SessionFailureReportingActionExecuter.java:40)
	at org.gradle.tooling.internal.provider.SetupLoggingActionExecuter.execute(SetupLoggingActionExecuter.java:47)
	at org.gradle.tooling.internal.provider.SetupLoggingActionExecuter.execute(SetupLoggingActionExecuter.java:31)
	at org.gradle.launcher.daemon.server.exec.ExecuteBuild.doBuild(ExecuteBuild.java:65)
	at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.WatchForDisconnection.execute(WatchForDisconnection.java:39)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.ResetDeprecationLogger.execute(ResetDeprecationLogger.java:29)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.RequestStopIfSingleUsedDaemon.execute(RequestStopIfSingleUsedDaemon.java:35)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.create(ForwardClientInput.java:78)
	at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.create(ForwardClientInput.java:75)
	at org.gradle.util.internal.Swapper.swap(Swapper.java:38)
	at org.gradle.launcher.daemon.server.exec.ForwardClientInput.execute(ForwardClientInput.java:75)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.LogAndCheckHealth.execute(LogAndCheckHealth.java:55)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.LogToClient.doBuild(LogToClient.java:63)
	at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.EstablishBuildEnvironment.doBuild(EstablishBuildEnvironment.java:84)
	at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37)
	at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104)
	at org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy$1.run(StartBuildOrRespondWithBusy.java:52)
	at org.gradle.launcher.daemon.server.DaemonStateCoordinator$1.run(DaemonStateCoordinator.java:297)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)

2022-10-10 16:59:30,386 [ 470081]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:30,387 [ 470082]   INFO - #c.i.o.e.u.ExternalSystemUtil - External project [/Users/ben/citymapper/sdk-internal/android] resolution task executed in 2221 ms.
2022-10-10 16:59:30,406 [ 470101]   INFO - #c.g.s.f.i.c.FirebaseAppManager - New app states on sync FAILURE: {Module: 'sdk.directions-ui.sample'=FirebaseApp(module=Module: 'sdk.directions-ui.sample', connections=[All: [sdk-sample-apps] com.citymapper.sdk.ui.sample, debug: [sdk-sample-apps] com.citymapper.sdk.ui.sample, release: [sdk-sample-apps] com.citymapper.sdk.ui.sample]), Module: 'sdk.navigation.sample'=FirebaseApp(module=Module: 'sdk.navigation.sample', connections=[])}.
2022-10-10 16:59:30,462 [ 470157]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:30,507 [ 470202]   INFO - #c.i.d.PerformanceWatcherImpl - Reindexing refreshed files of sdk took 2342ms; general responsiveness: ok; EDT responsiveness: 1/2 sluggish
2022-10-10 16:59:30,633 [ 470328]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:30,818 [ 470513]   INFO - #c.i.o.e.s.p.m.ExternalProjectsDataStorage - Save external projects data in 40 ms
2022-10-10 16:59:30,923 [ 470618]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 16:59:32,509 [ 472204]   WARN - #c.a.t.i.l.c.LintIdeClient - com.evernote.android.state.lint.registry.StateIssueRegistry in /Users/ben/.gradle/caches/transforms-3/ec5e1a24a124e943ef1f548d2ae897f5/transformed/android-state-1.4.1/jars/lint.jar does not specify a vendor; see IssueRegistry#vendor
2022-10-10 16:59:32,552 [ 472247]   WARN - #c.a.t.i.l.c.LintIdeClient - com.citymapper.app.lint.CMIssueRegistry in /Users/ben/citymapper/citymapper-android/build/projects/lint-checks/libs/lint-checks.jar does not specify a vendor; see IssueRegistry#vendor
2022-10-10 16:59:34,148 [ 473843]   INFO - #c.i.o.a.i.PopupMenuPreloader - 2291 ms since showing to preload popup menu 'Editor Popup Menu' at 'EditorPopup' in 66 ms
2022-10-10 16:59:34,149 [ 473844]   INFO - #c.i.o.a.i.PopupMenuPreloader - 3549 ms since showing to preload popup menu 'Editor Popup Menu' at 'EditorPopup' in 67 ms
2022-10-10 16:59:34,485 [ 474180]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:02:29,951 [ 649646]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:02:30,176 [ 649871]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:02:30,284 [ 649979]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:02:31,544 [ 651239]   INFO - #c.i.o.e.u.ExternalSystemUtil - External project [/Users/ben/citymapper/sdk-internal/android] resolution task started
2022-10-10 17:02:31,545 [ 651240]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$SyncStateUpdater - onStart(RESOLVE_PROJECT:3, /Users/ben/citymapper/sdk-internal/android)
2022-10-10 17:02:31,546 [ 651241]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$SyncStateUpdaterService - trackTask(RESOLVE_PROJECT:3, /Users/ben/citymapper/sdk-internal/android)
2022-10-10 17:02:31,546 [ 651241]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder - Started (TRIGGER_USER_TRY_AGAIN) sync with Gradle for project 'sdk'.
2022-10-10 17:02:31,566 [ 651261]   INFO - #c.j.k.c.KonanLog - Could not setup debug for task=Gradle task RESOLVE_PROJECT:3: IN_PROGRESS
2022-10-10 17:02:31,566 [ 651261]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:02:31,566 [ 651261]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:02:31,570 [ 651265]   INFO - #c.a.t.i.g.p.c.GradleInitScripts - init script file sync.studio.tooling contents "initscript {\n    dependencies {\n        classpath files(['/Users/ben/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-2/222.4167.29.2221.9133400/Android Studio Preview.app/Contents/plugins/android/lib/android.jar', '/Users/ben/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-2/222.4167.29.2221.9133400/Android Studio Preview.app/Contents/plugins/android/lib/android.jar', '/Users/ben/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-2/222.4167.29.2221.9133400/Android Studio Preview.app/Contents/lib/3rd-party-rt.jar'])\n    }\n}\nallprojects {\n    apply plugin: com.android.ide.gradle.model.builder.AndroidStudioToolingPlugin\n}\n"
2022-10-10 17:02:31,578 [ 651273]   INFO - #o.j.p.g.s.e.GradleExecutionHelper - Passing command-line args to Gradle Tooling API: --init-script /private/var/folders/2f/09j67c7j1gld5smt7y6kn3280000gn/T/ijmapper.gradle -Didea.sync.active=true -Didea.resolveSourceSetDependencies=true -Porg.gradle.kotlin.dsl.provider.cid=933041177647833 --init-script /private/var/folders/2f/09j67c7j1gld5smt7y6kn3280000gn/T/sync.studio.tooling8.gradle -Djava.awt.headless=true --stacktrace -Pandroid.injected.build.model.only=true -Pandroid.injected.build.model.only.advanced=true -Pandroid.injected.invoked.from.ide=true -Pandroid.injected.build.model.only.versioned=3 -Pandroid.injected.studio.version=2022.2.1 Canary 3 -Pandroid.injected.build.model.disable.src.download=true -Pidea.gradle.do.not.build.tasks=true -Dorg.gradle.internal.GradleProjectBuilderOptions=omit_all_tasks -Pkotlin.mpp.enableIntransitiveMetadataConfiguration=true --init-script /private/var/folders/2f/09j67c7j1gld5smt7y6kn3280000gn/T/ijinit.gradle
2022-10-10 17:02:38,494 [ 658189]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$SyncStateUpdater - onSuccess(RESOLVE_PROJECT:3)
2022-10-10 17:02:38,495 [ 658190]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder - Started setup of project 'sdk'.
2022-10-10 17:02:38,498 [ 658193]   INFO - #c.i.o.e.u.ExternalSystemUtil - External project [/Users/ben/citymapper/sdk-internal/android] resolution task executed in 6954 ms.
2022-10-10 17:02:39,108 [ 658803]   INFO - #c.i.o.e.s.p.m.ExternalProjectsDataStorage - Save external projects data in 49 ms
2022-10-10 17:02:39,153 [ 658848]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=sdk, containerState=COMPONENT_CREATED, componentStore=/Users/ben/citymapper/sdk-internal/android)GradleLocalSettings took 13 ms
2022-10-10 17:02:39,201 [ 658896]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:02:39,413 [ 659108]   INFO - #c.a.t.n.s.NativeWorkspaceModificationTask - NDK support for project 'sdk' is disabled because the project doesn't contain any valid native configurations.
2022-10-10 17:02:39,830 [ 659525]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :imageloader-coil
2022-10-10 17:02:39,830 [ 659525]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :microbenchmark
2022-10-10 17:02:39,830 [ 659525]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :common-ui:compose
2022-10-10 17:02:39,830 [ 659525]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :common-ui:impl
2022-10-10 17:02:39,830 [ 659525]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :common-ui:theme
2022-10-10 17:02:39,830 [ 659525]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :core:android
2022-10-10 17:02:39,831 [ 659526]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :core:android-api24
2022-10-10 17:02:39,831 [ 659526]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions:impl
2022-10-10 17:02:39,831 [ 659526]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:components
2022-10-10 17:02:39,831 [ 659526]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:impl
2022-10-10 17:02:39,831 [ 659526]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:map
2022-10-10 17:02:39,832 [ 659527]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:model
2022-10-10 17:02:39,832 [ 659527]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:previews
2022-10-10 17:02:39,832 [ 659527]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:sample
2022-10-10 17:02:39,832 [ 659527]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:test-fixtures
2022-10-10 17:02:39,832 [ 659527]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :internal:android-test-utils
2022-10-10 17:02:39,832 [ 659527]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :internal:api-interceptor
2022-10-10 17:02:39,832 [ 659527]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :location:google
2022-10-10 17:02:39,833 [ 659528]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :location:public
2022-10-10 17:02:39,833 [ 659528]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :location:testFixtures
2022-10-10 17:02:39,833 [ 659528]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :map:impl
2022-10-10 17:02:39,834 [ 659529]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :map:mapcompose
2022-10-10 17:02:39,834 [ 659529]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :navigation:impl
2022-10-10 17:02:39,834 [ 659529]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :navigation:sample
2022-10-10 17:02:39,834 [ 659529]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :navigation-ui:components
2022-10-10 17:02:39,834 [ 659529]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :navigation-ui:impl
2022-10-10 17:02:39,834 [ 659529]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :nearby:impl
2022-10-10 17:02:39,835 [ 659530]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :search-ui:components
2022-10-10 17:02:39,835 [ 659530]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :search-ui:impl
2022-10-10 17:02:39,835 [ 659530]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :telemetry:impl
2022-10-10 17:02:39,835 [ 659530]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :time-date-picker-ui:components
2022-10-10 17:02:39,835 [ 659530]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :core:log:android
2022-10-10 17:02:39,891 [ 659586]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$DataImportListener - onImportFinished(/Users/ben/citymapper/sdk-internal/android)
2022-10-10 17:02:39,891 [ 659586]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$SyncStateUpdaterService - stopTrackingTask(/Users/ben/citymapper/sdk-internal/android)
2022-10-10 17:02:39,891 [ 659586]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$SyncStateUpdaterService - stopTrackingTask(RESOLVE_PROJECT:3)
2022-10-10 17:02:39,891 [ 659586]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder - Gradle sync finished in 8 s 345 ms
2022-10-10 17:02:39,894 [ 659589]   INFO - #c.a.t.i.g.p.s.s.p.MemorySettingsPostSyncChecker - 64bits? : true, current: 4096, available RAM: 32768
2022-10-10 17:02:39,895 [ 659590]   INFO - #c.a.t.i.m.MemorySettingsRecommendation - recommendation based on machine: 4096, on project: 3072
2022-10-10 17:02:39,921 [ 659616]   INFO - #c.i.u.i.UnindexedFilesUpdater - Started scanning for indexing of sdk. Reason: changes in: "Library Gradle: kaptGeneratedClasses"
2022-10-10 17:02:39,921 [ 659616]   INFO - #c.i.u.i.UnindexedFilesUpdater - Performing delayed pushing properties tasks for sdk took 0ms; general responsiveness: ok; EDT responsiveness: ok
2022-10-10 17:02:39,921 [ 659616]   INFO - #c.i.u.i.UnindexedFilesUpdater - Scanning of sdk uses 9 scanning threads
2022-10-10 17:02:39,930 [ 659625]   INFO - #c.i.u.i.UnindexedFilesUpdater - Scanning completed for sdk. Number of scanned files: 0; Number of files for indexing: 0 took 9ms; general responsiveness: ok; EDT responsiveness: ok
2022-10-10 17:02:39,930 [ 659625]   INFO - #c.i.u.i.UnindexedFilesUpdater - Finished for sdk. No files to index with loading content.
2022-10-10 17:02:39,994 [ 659689]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:02:40,766 [ 660461]   INFO - #c.g.s.f.i.c.FirebaseAppManager - New app states on sync SUCCESS: {Module: 'sdk.directions-ui.sample'=FirebaseApp(module=Module: 'sdk.directions-ui.sample', connections=[All: [sdk-sample-apps] com.citymapper.sdk.ui.sample, debug: [sdk-sample-apps] com.citymapper.sdk.ui.sample, release: [sdk-sample-apps] com.citymapper.sdk.ui.sample]), Module: 'sdk.navigation.sample'=FirebaseApp(module=Module: 'sdk.navigation.sample', connections=[])}.
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Add google() GMaven to buildscript repositories" refactoring from IRRELEVANT_PAST
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Upgrade Gradle version to 7.4" refactoring from MANDATORY_CODEPENDENT
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Upgrade Gradle plugins" refactoring from MANDATORY_CODEPENDENT
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Update default Java language level" refactoring from IRRELEVANT_PAST
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Replace deprecated configurations" refactoring from IRRELEVANT_PAST
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate crashlytics from fabric to firebase" refactoring from IRRELEVANT_PAST
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Remove redundant properties" refactoring from MANDATORY_CODEPENDENT
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Move package from Android manifest to build files" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Update default R8 processing mode" refactoring from IRRELEVANT_FUTURE
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Enable renderScript explicitly where needed" refactoring from IRRELEVANT_FUTURE
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Enable buildConfig explicitly where needed" refactoring from IRRELEVANT_FUTURE
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Preserve transitive R classes" refactoring from IRRELEVANT_FUTURE
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Enable aidl explicitly where needed" refactoring from IRRELEVANT_FUTURE
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Remove jni source directory from sourceSets" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate DSL properties from aaptOptions to androidResources" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Remove buildType useProguard setting" refactoring from IRRELEVANT_PAST
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Remove ignored configuration properties" refactoring from MANDATORY_INDEPENDENT
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate DSL properties from adbOptions to installation" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate DSL properties from failureRetention to emulatorSnapshots" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate DSL properties from jacoco to testCoverage" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate packagingOptions DSL properties to sub-blocks" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate DSL properties from lintOptions to lint" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Rewrite deprecated operators" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 17:02:40,859 [ 660554]   INFO - Upgrade Assistant - initializing isEnabled for "Upgrade AGP dependency from 7.3.0 to 7.3.0" refactoring from MANDATORY_CODEPENDENT
2022-10-10 17:02:40,893 [ 660588]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:02:42,121 [ 661816]   WARN - #c.a.t.i.l.c.LintIdeClient - com.evernote.android.state.lint.registry.StateIssueRegistry in /Users/ben/.gradle/caches/transforms-3/ec5e1a24a124e943ef1f548d2ae897f5/transformed/android-state-1.4.1/jars/lint.jar does not specify a vendor; see IssueRegistry#vendor
2022-10-10 17:02:42,145 [ 661840]   WARN - #c.a.t.i.l.c.LintIdeClient - com.citymapper.app.lint.CMIssueRegistry in /Users/ben/citymapper/citymapper-android/build/projects/lint-checks/libs/lint-checks.jar does not specify a vendor; see IssueRegistry#vendor
2022-10-10 17:02:53,927 [ 673622]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:02:54,447 [ 674142]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/navigation/sample/src/main/res/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:02:54,447 [ 674142]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/CitymapperNavigation/CitymapperNavigationTests/core/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:02:54,447 [ 674142]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/navigation/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:02:54,447 [ 674142]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/CitymapperCore/CitymapperCoreTests/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:02:54,447 [ 674142]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/CitymapperUI/CitymapperUI/Resources/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:02:54,447 [ 674142]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/localMaven/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:02:54,447 [ 674142]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/directions-ui/previews/src/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:02:54,447 [ 674142]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/Samples/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:02:54,447 [ 674142]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/navigation/sample/src/main/res/drawable/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:02:54,447 [ 674142]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored files under another root: 38 files total
2022-10-10 17:02:57,529 [ 677224]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:02:57,533 [ 677228]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/core/internal/src/main/AndroidManifest.xml
2022-10-10 17:03:09,376 [ 689071]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/navigation/sample/src/main/res/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:03:09,376 [ 689071]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/CitymapperNavigation/CitymapperNavigationTests/core/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:03:09,377 [ 689072]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/navigation/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:03:09,377 [ 689072]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/CitymapperCore/CitymapperCoreTests/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:03:09,377 [ 689072]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/CitymapperUI/CitymapperUI/Resources/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:03:09,377 [ 689072]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/localMaven/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:03:09,377 [ 689072]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/directions-ui/previews/src/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:03:09,377 [ 689072]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/Samples/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:03:09,377 [ 689072]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/navigation/sample/src/main/res/drawable/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:03:09,377 [ 689072]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored files under another root: 38 files total
2022-10-10 17:03:42,154 [ 721849]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=citymapper-android, containerState=COMPONENT_CREATED, componentStore=/Users/ben/citymapper/citymapper-android)GradleMigrationSettings took 12 ms, RemoteRepositoriesConfiguration took 14 ms
2022-10-10 17:03:50,703 [ 730398]   INFO - #c.a.t.i.r.AndroidDeviceSpec - Creating spec for Google Pixel 3a with ABIs: [arm64-v8a, armeabi-v7a, armeabi]
2022-10-10 17:03:50,707 [ 730402]   INFO - #c.a.t.i.g.p.b.i.GradleBuildInvoker - About to execute Gradle tasks: [:directions-ui:sample:assembleDebug]
2022-10-10 17:03:50,715 [ 730410]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:03:50,745 [ 730440]   INFO - #c.a.t.i.g.p.b.i.GradleBuildInvoker - Build command line options: [--scan, --continue, -Pandroid.injected.invoked.from.ide=true, -Pandroid.injected.studio.version=2022.2.1 Canary 3, -Pandroid.injected.attribution.file.location=/Users/ben/citymapper/sdk-internal/android/.gradle, -Pandroid.injected.enableStableIds=true, -Pandroid.injected.build.api=32, -Pandroid.injected.build.density=440dpi, -Pandroid.injected.build.abi=arm64-v8a,armeabi-v7a,armeabi, --stacktrace]
2022-10-10 17:03:50,748 [ 730443]   INFO - #o.j.p.g.s.e.GradleExecutionHelper - Passing command-line args to Gradle Tooling API: --scan --continue -Pandroid.injected.invoked.from.ide=true -Pandroid.injected.studio.version=2022.2.1 Canary 3 -Pandroid.injected.attribution.file.location=/Users/ben/citymapper/sdk-internal/android/.gradle -Pandroid.injected.enableStableIds=true -Pandroid.injected.build.api=32 -Pandroid.injected.build.density=440dpi -Pandroid.injected.build.abi=arm64-v8a,armeabi-v7a,armeabi --stacktrace
2022-10-10 17:04:01,483 [ 741178]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=citymapper-android, containerState=COMPONENT_CREATED, componentStore=/Users/ben/citymapper/citymapper-android)KotlinJpsPluginSettings took 15 ms
2022-10-10 17:04:01,489 [ 741184]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:04:04,215 [ 743910]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Reindexing refreshed files of sdk : 227 to update, calculated in 0ms
2022-10-10 17:04:04,215 [ 743910]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Using 4 threads for indexing
2022-10-10 17:04:04,325 [ 744020]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:04:04,357 [ 744052]   INFO - #c.i.d.PerformanceWatcherImpl - Reindexing refreshed files of sdk took 142ms; general responsiveness: ok; EDT responsiveness: ok
2022-10-10 17:04:04,455 [ 744150]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:04:07,414 [ 747109]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:04:07,506 [ 747201]   INFO - #c.a.t.i.g.r.MakeBeforeRunTask - Couldn't get post build models.
2022-10-10 17:04:07,506 [ 747201]   INFO - #c.a.t.i.g.p.b.i.GradleBuildInvoker - Gradle build finished in 16 s 789 ms
2022-10-10 17:04:07,506 [ 747201]   INFO - #c.a.t.i.g.r.MakeBeforeRunTask - Gradle invocation complete, build result = com.android.tools.idea.gradle.project.build.invoker.AssembleInvocationResult@3b80b469
2022-10-10 17:04:07,667 [ 747362]   INFO - #c.a.t.i.r.AndroidProcessHandler - Adding device google-pixel_3a-93JAY0BL12 to monitor for launched app: com.citymapper.sdk.ui.sample
2022-10-10 17:04:07,671 [ 747366]   INFO - #c.a.t.i.r.GradleApkProvider - APKs for Module: 'sdk.directions-ui.sample.main':
2022-10-10 17:04:07,671 [ 747366]   INFO - #c.a.t.i.r.GradleApkProvider -   com.citymapper.sdk.ui.sample =>
2022-10-10 17:04:07,671 [ 747366]   INFO - #c.a.t.i.r.GradleApkProvider -     sdk.directions-ui.sample : /Users/ben/citymapper/sdk-internal/android/directions-ui/sample/build/intermediates/apk/debug/sample-debug.apk
2022-10-10 17:04:07,679 [ 747374]   INFO - #c.a.t.i.r.d.l.AndroidLiveEditDeployMonitor - Live Edit on device disabled via settings.
2022-10-10 17:04:07,693 [ 747388]   INFO - #c.a.t.i.r.t.DeployTask - Installing application: com.citymapper.sdk.ui.sample
2022-10-10 17:04:07,694 [ 747389]   INFO - #c.a.t.i.r.t.AbstractDeployTask - Optimistic Deploy Install Session f31f2cc6-6f38-44df-a662-47cdd6eb6a3c
2022-10-10 17:04:07,695 [ 747390]   INFO - #c.a.t.i.r.t.AbstractDeployTask - Optimistic Install Session f31f2cc6-6f38-44df-a662-47cdd6eb6a3c: falling back to PM
2022-10-10 17:04:07,720 [ 747415]   INFO - #c.a.t.i.r.t.AbstractDeployTask - Created SocketChannel to '93JAY0BL12'
2022-10-10 17:04:07,791 [ 747486]   INFO - #c.a.t.i.r.t.AbstractDeployTask - Reset SocketChannel to '93JAY0BL12'
2022-10-10 17:04:07,792 [ 747487]   INFO - #c.a.t.i.r.t.AbstractDeployTask - Pushed installer 'arm64-v8a/installer'
2022-10-10 17:04:08,609 [ 748304]   INFO - #c.a.t.i.r.t.AbstractDeployTask - Created SocketChannel to '93JAY0BL12'
2022-10-10 17:04:08,756 [ 748451]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928708ms TRC_BEG [26628][26628] : Installer request:dump
2022-10-10 17:04:08,756 [ 748451]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928709ms TRC_BEG [26628][26628] : Command Dump
2022-10-10 17:04:08,756 [ 748451]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928709ms TRC_BEG [26628][26628] : get process ids
2022-10-10 17:04:08,756 [ 748451]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928776ms TRC_BEG [26628][26628] : CmdCommand::GetApksFromPath
2022-10-10 17:04:08,756 [ 748451]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928793ms TRC_BEG [26628][26628] : processing APK
2022-10-10 17:04:08,761 [ 748456]   INFO - #c.a.t.i.r.t.AbstractDeployTask - Num dirty areas 168
2022-10-10 17:04:08,763 [ 748458]   INFO - #c.a.t.i.r.t.AbstractDeployTask - Patch size 564771
2022-10-10 17:04:10,713 [ 750408]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/imageloader-coil/src/main/AndroidManifest.xml
2022-10-10 17:04:10,729 [ 750424]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928843ms TRC_BEG [26628][26628] : Installer request:deltainstall
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928843ms TRC_METRIC [26628][26628] : DELTAINSTALL_UPLOAD
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928843ms TRC_METRIC [26628][26628] : DELTAINSTALL_INSTALL
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928843ms LOG_OUT [26628][26628] : DeltaInstall found API level:32
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928843ms TRC_BEG [26628][26628] : DeltaInstallCommand::StreamInstall
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928843ms TRC_BEG [26628][26628] : Create Install Session
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928843ms LOG_OUT [26628][26628] : -t
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928843ms LOG_OUT [26628][26628] : --user
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928843ms LOG_OUT [26628][26628] : current
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928843ms LOG_OUT [26628][26628] : --full
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928843ms LOG_OUT [26628][26628] : --dont-kill
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928843ms LOG_OUT [26628][26628] : -r
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928882ms LOG_OUT [26628][26628] : DeltaInstall created session: '1398097660'
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928882ms TRC_BEG [26628][26628] : DeltaInstallCommand::SendApkToPackageManager
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928882ms LOG_OUT [26628][26628] : package
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928883ms LOG_OUT [26628][26628] : install-write
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928883ms LOG_OUT [26628][26628] : -S
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928883ms LOG_OUT [26628][26628] : 28113015
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928883ms LOG_OUT [26628][26628] : 1398097660
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542928883ms LOG_OUT [26628][26628] : base.apk
2022-10-10 17:04:10,831 [ 750526]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542929097ms LOG_OUT [26628][26628] : Streaming succeeded for '/data/app/~~GzPqC8cy3nDb1aDEUlm7KA==/com.citymapper.sdk.ui.sample-fH8UO8TlMD-LnBPkEnYbjQ==/base.apk'
2022-10-10 17:04:10,832 [ 750527]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542929097ms TRC_BEG [26628][26628] : Commit Install
2022-10-10 17:04:10,832 [ 750527]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542929097ms LOG_OUT [26628][26628] : package
2022-10-10 17:04:10,832 [ 750527]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542929097ms LOG_OUT [26628][26628] : install-commit
2022-10-10 17:04:10,832 [ 750527]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 542929097ms LOG_OUT [26628][26628] : 1398097660
2022-10-10 17:04:10,839 [ 750534]   INFO - #c.a.t.i.r.t.AbstractDeployTask - Deploy APK Check session='f31f2cc6-6f38-44df-a662-47cdd6eb6a3c', path='/Users/ben/citymapper/sdk-internal/android/directions-ui/sample/build/intermediates/apk/debug/sample-debug.apk', size='28113015', fingerprint='bd2d2137199d7676d82b764bd10a56f8300f2a09', crTime='2022-10-07T15:10:46Z', modTime='2022-10-10T16:04:06.583867155Z', acTime='2022-10-10T16:04:10.834158619Z'
2022-10-10 17:04:11,020 [ 750715]   INFO - #c.a.t.i.r.t.AbstractDeployTask - Install successfully finished in 3 s 332 ms.
2022-10-10 17:04:11,022 [ 750717]   INFO - #c.a.t.i.r.GradleApkProvider - APKs for Module: 'sdk.directions-ui.sample.main':
2022-10-10 17:04:11,022 [ 750717]   INFO - #c.a.t.i.r.GradleApkProvider -   com.citymapper.sdk.ui.sample =>
2022-10-10 17:04:11,022 [ 750717]   INFO - #c.a.t.i.r.GradleApkProvider -     sdk.directions-ui.sample : /Users/ben/citymapper/sdk-internal/android/directions-ui/sample/build/intermediates/apk/debug/sample-debug.apk
2022-10-10 17:04:11,643 [ 751338]   WARN - #c.a.ddmlib - Unexpected cmdline file for PID 26725
2022-10-10 17:04:11,777 [ 751472]   INFO - #c.a.t.i.r.AndroidLogcatOutputCapture - startCapture("google-pixel_3a-93JAY0BL12")
2022-10-10 17:04:17,048 [ 756743]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/common-ui/compose/src/main/AndroidManifest.xml
2022-10-10 17:04:17,064 [ 756759]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:04:26,647 [ 766342]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/common-ui/theme/src/main/AndroidManifest.xml
2022-10-10 17:04:26,650 [ 766345]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:04:30,969 [ 770664]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/core/android-api24/src/main/AndroidManifest.xml
2022-10-10 17:04:30,972 [ 770667]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:04:39,973 [ 779668]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/core/android/src/main/AndroidManifest.xml
2022-10-10 17:04:39,994 [ 779689]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:04:49,394 [ 789089]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:04:49,397 [ 789092]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/directions-ui/components/src/main/AndroidManifest.xml
2022-10-10 17:04:54,875 [ 794570]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/directions-ui/impl/src/androidTest/AndroidManifest.xml
2022-10-10 17:04:54,889 [ 794584]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:05:03,323 [ 803018]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/directions-ui/map/src/main/AndroidManifest.xml
2022-10-10 17:05:03,325 [ 803020]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:05:07,320 [ 807015]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/directions-ui/model/src/main/AndroidManifest.xml
2022-10-10 17:05:07,338 [ 807033]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:05:10,974 [ 810669]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/directions-ui/previews/src/main/AndroidManifest.xml
2022-10-10 17:05:10,989 [ 810684]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:05:13,285 [ 812980]   WARN - #c.a.t.i.r.ConfigurationMatcher - 'default' is not a best match for any device/locale combination for file:///Users/ben/citymapper/sdk-internal/android/directions-ui/sample/src/main/AndroidManifest.xml.
Displaying it with
  , , , Left To Right, sw412dp, w412dp, h732dp, Normal Screen, Short screen aspect ratio, Not Round screen, , , Portrait Orientation, Normal, Day time, 420 DPI Density, Finger-based touchscreen, Soft keyboard, No keyboard, Hidden navigation, No navigation, Screen resolution 1920x1080, API Level 33
which is compatible, but will actually be displayed with another more specific version of the layout.
2022-10-10 17:05:17,645 [ 817340]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:05:17,649 [ 817344]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/directions-ui/test-fixtures/src/main/AndroidManifest.xml
2022-10-10 17:05:28,336 [ 828031]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/internal/api-interceptor/src/main/AndroidManifest.xml
2022-10-10 17:05:28,339 [ 828034]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:05:34,076 [ 833771] SEVERE - #c.a.t.i.l.c.LintIdeClient - class androidx.fragment.lint.OnCreateDialogIncorrectCallbackDetector$UastHandler tried to access protected method 'org.jetbrains.kotlin.psi.KtClassOrObject org.jetbrains.uast.kotlin.KotlinUClass.getKtClass()' (androidx.fragment.lint.OnCreateDialogIncorrectCallbackDetector$UastHandler is in unnamed module of loader com.intellij.util.lang.UrlClassLoader @3c4a41a3; org.jetbrains.uast.kotlin.KotlinUClass is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader @614b92b3)
java.lang.IllegalAccessError: class androidx.fragment.lint.OnCreateDialogIncorrectCallbackDetector$UastHandler tried to access protected method 'org.jetbrains.kotlin.psi.KtClassOrObject org.jetbrains.uast.kotlin.KotlinUClass.getKtClass()' (androidx.fragment.lint.OnCreateDialogIncorrectCallbackDetector$UastHandler is in unnamed module of loader com.intellij.util.lang.UrlClassLoader @3c4a41a3; org.jetbrains.uast.kotlin.KotlinUClass is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader @614b92b3)
	at androidx.fragment.lint.OnCreateDialogIncorrectCallbackDetector$UastHandler.visitClass(OnCreateDialogIncorrectCallbackDetector.kt:78)
	at com.android.tools.lint.client.api.UElementVisitor$DispatchPsiVisitor.visitClass(UElementVisitor.kt:553)
	at com.android.tools.lint.client.api.UElementVisitor$DelegatingPsiVisitor.visitClass(UElementVisitor.kt:1162)
	at org.jetbrains.uast.kotlin.AbstractKotlinUClass.accept(AbstractKotlinUClass.kt:43)
	at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15)
	at org.jetbrains.uast.UFile$DefaultImpls.accept(UFile.kt:91)
	at org.jetbrains.uast.kotlin.KotlinUFile.accept(KotlinUFile.kt:16)
	at com.android.tools.lint.detector.api.UastLintUtilsKt.acceptSourceFile(UastLintUtils.kt:526)
	at com.android.tools.lint.client.api.UElementVisitor$visitFile$3.run(UElementVisitor.kt:274)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:96)
	at com.android.tools.idea.lint.common.LintIdeClient.runReadAction(LintIdeClient.java:241)
	at com.android.tools.lint.client.api.LintDriver$LintClientWrapper.runReadAction(LintDriver.kt:2826)
	at com.android.tools.lint.client.api.UElementVisitor.visitFile(UElementVisitor.kt:271)
	at com.android.tools.lint.client.api.LintDriver$visitUastDetectors$1.run(LintDriver.kt:2123)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:96)
	at com.android.tools.idea.lint.common.LintIdeClient.runReadAction(LintIdeClient.java:241)
	at com.android.tools.lint.client.api.LintDriver$LintClientWrapper.runReadAction(LintDriver.kt:2826)
	at com.android.tools.lint.client.api.LintDriver.visitUastDetectors(LintDriver.kt:2123)
	at com.android.tools.lint.client.api.LintDriver.visitUast(LintDriver.kt:2082)
	at com.android.tools.lint.client.api.LintDriver.runFileDetectors(LintDriver.kt:1431)
	at com.android.tools.lint.client.api.LintDriver.checkProject(LintDriver.kt:1195)
	at com.android.tools.lint.client.api.LintDriver.checkProjectRoot(LintDriver.kt:655)
	at com.android.tools.lint.client.api.LintDriver.access$checkProjectRoot(LintDriver.kt:162)
	at com.android.tools.lint.client.api.LintDriver$analyze$1.invoke(LintDriver.kt:445)
	at com.android.tools.lint.client.api.LintDriver$analyze$1.invoke(LintDriver.kt:442)
	at com.android.tools.lint.client.api.LintDriver.doAnalyze(LintDriver.kt:526)
	at com.android.tools.lint.client.api.LintDriver.doAnalyze$default(LintDriver.kt:497)
	at com.android.tools.lint.client.api.LintDriver.analyze(LintDriver.kt:442)
	at com.android.tools.idea.lint.common.LintExternalAnnotator.doAnnotate(LintExternalAnnotator.kt:194)
	at com.android.tools.idea.lint.common.LintExternalAnnotator.doAnnotate(LintExternalAnnotator.kt:72)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:220)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:214)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$0(ExternalToolPass.java:192)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass.runChangeAware(ExternalToolPass.java:289)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$2(ExternalToolPass.java:192)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:365)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:343)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.run(ExternalToolPass.java:191)
	at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:332)
	at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:322)
	at com.intellij.util.ui.update.MergingUpdateQueue.lambda$flush$1(MergingUpdateQueue.java:271)
	at com.intellij.util.ui.update.MergingUpdateQueue.flush(MergingUpdateQueue.java:285)
	at com.intellij.util.ui.update.MergingUpdateQueue.run(MergingUpdateQueue.java:240)
	at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:241)
	at com.intellij.util.Alarm$Request.runSafely(Alarm.java:388)
	at com.intellij.util.Alarm$Request.run(Alarm.java:377)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:223)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:212)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:203)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-10 17:05:34,077 [ 833772] SEVERE - #c.a.t.i.l.c.LintIdeClient - Android Studio Flamingo | 2022.2.1 Canary 3  Build #AI-222.4167.29.2221.9133400
2022-10-10 17:05:34,077 [ 833772] SEVERE - #c.a.t.i.l.c.LintIdeClient - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-10-10 17:05:34,077 [ 833772] SEVERE - #c.a.t.i.l.c.LintIdeClient - OS: Mac OS X
2022-10-10 17:05:40,132 [ 839827]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/location/google/src/main/AndroidManifest.xml
2022-10-10 17:05:40,154 [ 839849]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:05:48,353 [ 848048]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/location/public/src/main/AndroidManifest.xml
2022-10-10 17:05:48,358 [ 848053]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:05:56,966 [ 856661]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/map/mapcompose/src/main/AndroidManifest.xml
2022-10-10 17:05:56,980 [ 856675]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:06:01,574 [ 861269]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/navigation-ui/components/src/main/AndroidManifest.xml
2022-10-10 17:06:01,587 [ 861282]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:06:10,615 [ 870310]   WARN - #c.a.t.i.r.ConfigurationMatcher - 'default' is not a best match for any device/locale combination for file:///Users/ben/citymapper/sdk-internal/android/navigation/sample/src/main/AndroidManifest.xml.
Displaying it with
  , , , Left To Right, sw412dp, w412dp, h732dp, Normal Screen, Short screen aspect ratio, Not Round screen, , , Portrait Orientation, Normal, Day time, 420 DPI Density, Finger-based touchscreen, Soft keyboard, No keyboard, Hidden navigation, No navigation, Screen resolution 1920x1080, API Level 33
which is compatible, but will actually be displayed with another more specific version of the layout.
2022-10-10 17:06:19,924 [ 879619]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/search-ui/components/src/main/AndroidManifest.xml
2022-10-10 17:06:19,958 [ 879653]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:07:07,162 [ 926857]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/telemetry/impl/src/main/AndroidManifest.xml
2022-10-10 17:07:07,164 [ 926859]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:07:11,825 [ 931520]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/core/log/android/src/main/AndroidManifest.xml
2022-10-10 17:07:11,845 [ 931540]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:07:18,175 [ 937870]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:07:18,183 [ 937878]   INFO - #g.c.GitHandler - [../../sdk-internal] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false rm --ignore-unmatch --cached -r -- android/time-date-picker-ui/components/src/main/AndroidManifest.xml
2022-10-10 17:07:35,474 [ 955169]   INFO - #c.i.c.ComponentStoreImpl - Saving appEditorColorsManagerImpl took 35 ms, HttpConfigurable took 30 ms, IgnoredPluginSuggestions took 23 ms, KeymapManager took 21 ms, RefactoringSettings took 21 ms
2022-10-10 17:07:35,645 [ 955340]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=citymapper-android, containerState=COMPONENT_CREATED, componentStore=/Users/ben/citymapper/citymapper-android)GradleLocalSettings took 27 ms, sourceFolderManager took 24 ms
2022-10-10 17:07:41,817 [ 961512]   WARN - #c.a.t.i.l.c.LintIdeClient - com.evernote.android.state.lint.registry.StateIssueRegistry in /Users/ben/.gradle/caches/transforms-3/ec5e1a24a124e943ef1f548d2ae897f5/transformed/android-state-1.4.1/jars/lint.jar does not specify a vendor; see IssueRegistry#vendor
2022-10-10 17:07:41,920 [ 961615]   WARN - #c.a.t.i.l.c.LintIdeClient - com.citymapper.app.lint.CMIssueRegistry in /Users/ben/citymapper/citymapper-android/build/projects/lint-checks/libs/lint-checks.jar does not specify a vendor; see IssueRegistry#vendor
2022-10-10 17:08:08,273 [ 987968]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:08:08,815 [ 988510]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/navigation/sample/src/main/res/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:08:08,815 [ 988510]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/CitymapperNavigation/CitymapperNavigationTests/core/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:08:08,815 [ 988510]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/navigation/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:08:08,815 [ 988510]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/CitymapperCore/CitymapperCoreTests/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:08:08,815 [ 988510]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/CitymapperUI/CitymapperUI/Resources/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:08:08,815 [ 988510]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/localMaven/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:08:08,815 [ 988510]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/directions-ui/previews/src/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:08:08,815 [ 988510]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/Samples/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:08:08,815 [ 988510]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/navigation/sample/src/main/res/drawable/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:08:08,815 [ 988510]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored files under another root: 38 files total
2022-10-10 17:08:15,130 [ 994825]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:15,133 [ 994828]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:15,133 [ 994828]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:15,133 [ 994828]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:15,134 [ 994829]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:15,134 [ 994829]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:15,134 [ 994829]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:15,134 [ 994829]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:15,139 [ 994834]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:15,140 [ 994835]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:15,140 [ 994835]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:15,140 [ 994835]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:15,188 [ 994883]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:15,188 [ 994883]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:15,188 [ 994883]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:15,188 [ 994883]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:17,022 [ 996717]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:08:17,391 [ 997086]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:17,392 [ 997087]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:17,392 [ 997087]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:17,392 [ 997087]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:17,393 [ 997088]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:17,393 [ 997088]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:17,393 [ 997088]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:20,088 [ 999783]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:08:20,379 [1000074]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:20,379 [1000074]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:20,379 [1000074]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:20,380 [1000075]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:20,380 [1000075]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:20,380 [1000075]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:20,380 [1000075]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:20,380 [1000075]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:20,380 [1000075]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:20,380 [1000075]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:20,380 [1000075]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:20,380 [1000075]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:20,443 [1000138]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:20,443 [1000138]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:20,443 [1000138]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:20,448 [1000143]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:20,573 [1000268]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:08:20,726 [1000421]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:08:20,878 [1000573]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:08:20,993 [1000688]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:08:21,132 [1000827]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:08:21,285 [1000980]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:08:21,556 [1001251]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:08:21,857 [1001552]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:21,857 [1001552]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:21,857 [1001552]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:21,858 [1001553]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:21,858 [1001553]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:21,858 [1001553]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:21,858 [1001553]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:21,858 [1001553]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:21,858 [1001553]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:21,858 [1001553]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:21,858 [1001553]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:21,858 [1001553]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:21,909 [1001604]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:21,909 [1001604]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:21,909 [1001604]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:21,910 [1001605]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:08:27,264 [1006959]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:08:27,609 [1007304]   INFO - #c.i.c.ComponentStoreImpl - Saving appAndroidEditors took 13 ms
2022-10-10 17:08:27,654 [1007349]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=sdk, containerState=COMPONENT_CREATED, componentStore=/Users/ben/citymapper/sdk-internal/android)GradleLocalSettings took 12 ms
2022-10-10 17:08:27,799 [1007494]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:08:28,104 [1007799]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:10,540 [1050235]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:18,453 [1058148]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:42,519 [1082214]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:09:42,628 [1082323]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:09:43,031 [1082726]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:43,031 [1082726]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:43,031 [1082726]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:43,032 [1082727]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:43,032 [1082727]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:43,032 [1082727]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:43,032 [1082727]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:43,032 [1082727]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:43,032 [1082727]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:43,032 [1082727]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:43,032 [1082727]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:43,032 [1082727]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:43,087 [1082782]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:43,088 [1082783]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:43,088 [1082783]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:43,088 [1082783]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:43,088 [1082783]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:43,089 [1082784]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:09:43,090 [1082785]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:17,198 [1116893]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:10:17,812 [1117507]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:19,253 [1118948]   INFO - #c.i.o.a.i.PopupMenuPreloader - 30144 ms since showing to preload popup menu 'Project View Popup Menu' at 'ProjectViewPopup' in 52 ms
2022-10-10 17:10:19,253 [1118948]   INFO - #c.i.o.a.i.PopupMenuPreloader - 30143 ms since showing to preload popup menu 'Project View Popup Menu' at 'ProjectViewPopup' in 52 ms
2022-10-10 17:10:34,873 [1134568]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:34,873 [1134568]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:34,873 [1134568]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:34,874 [1134569]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:34,929 [1134624]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:34,929 [1134624]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:34,929 [1134624]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:34,933 [1134628]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:35,489 [1135184]   INFO - #c.a.t.i.p.g.IdeGooglePlaySdkIndex - SDK Index data loaded correctly from CACHE_FILE_NEW
2022-10-10 17:10:37,069 [1136764]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:10:37,459 [1137154]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:37,459 [1137154]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:37,459 [1137154]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:37,459 [1137154]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:37,459 [1137154]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:37,459 [1137154]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:37,459 [1137154]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:37,459 [1137154]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:37,459 [1137154]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:37,459 [1137154]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:37,459 [1137154]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:37,459 [1137154]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:37,528 [1137223]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:37,528 [1137223]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:37,528 [1137223]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:37,535 [1137230]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:37,935 [1137630]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:10:38,332 [1138027]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,332 [1138027]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,333 [1138028]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,333 [1138028]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,333 [1138028]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,333 [1138028]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,333 [1138028]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,333 [1138028]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,333 [1138028]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,333 [1138028]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,333 [1138028]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,333 [1138028]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,406 [1138101]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,407 [1138102]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,407 [1138102]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,407 [1138102]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,625 [1138320]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:10:38,892 [1138587]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,892 [1138587]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,892 [1138587]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,892 [1138587]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,892 [1138587]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,892 [1138587]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,892 [1138587]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,892 [1138587]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,892 [1138587]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,892 [1138587]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,892 [1138587]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,892 [1138587]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,950 [1138645]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,950 [1138645]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,950 [1138645]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:38,955 [1138650]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:41,348 [1141043]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:10:41,454 [1141149]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:10:41,810 [1141505]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:41,810 [1141505]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:41,810 [1141505]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:41,810 [1141505]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:41,810 [1141505]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:41,810 [1141505]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:41,810 [1141505]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:41,810 [1141505]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:41,810 [1141505]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:41,810 [1141505]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:41,810 [1141505]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:41,810 [1141505]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:41,865 [1141560]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:41,866 [1141561]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:41,866 [1141561]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:41,866 [1141561]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:41,868 [1141563]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:41,868 [1141563]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:41,868 [1141563]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,041 [1146736]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:10:47,147 [1146842]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:10:47,476 [1147171]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,476 [1147171]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,476 [1147171]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,477 [1147172]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,477 [1147172]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,477 [1147172]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,477 [1147172]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,477 [1147172]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,477 [1147172]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,477 [1147172]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,477 [1147172]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,477 [1147172]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,479 [1147174]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,479 [1147174]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,479 [1147174]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,479 [1147174]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,479 [1147174]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,479 [1147174]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,479 [1147174]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,479 [1147174]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,479 [1147174]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,479 [1147174]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,479 [1147174]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,479 [1147174]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,480 [1147175]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,480 [1147175]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,480 [1147175]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,480 [1147175]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,480 [1147175]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,480 [1147175]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,480 [1147175]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,480 [1147175]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,480 [1147175]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,525 [1147220]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,525 [1147220]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,525 [1147220]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,528 [1147223]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,528 [1147223]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,528 [1147223]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,530 [1147225]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,530 [1147225]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,531 [1147226]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,544 [1147239]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,544 [1147239]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:47,544 [1147239]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:52,851 [1152546]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:52,851 [1152546]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:52,851 [1152546]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:52,852 [1152547]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:52,852 [1152547]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:52,852 [1152547]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:52,852 [1152547]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:52,852 [1152547]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:52,852 [1152547]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:52,852 [1152547]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:52,852 [1152547]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:52,852 [1152547]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:52,930 [1152625]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:52,930 [1152625]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:52,930 [1152625]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:52,935 [1152630]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:57,042 [1156737]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:10:57,422 [1157117]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:57,422 [1157117]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:57,422 [1157117]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:57,423 [1157118]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:57,423 [1157118]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:57,423 [1157118]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:57,423 [1157118]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:57,423 [1157118]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:57,423 [1157118]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:57,423 [1157118]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:57,423 [1157118]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:57,423 [1157118]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:57,522 [1157217]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:57,522 [1157217]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:57,522 [1157217]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:57,522 [1157217]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:57,523 [1157218]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:57,523 [1157218]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:57,523 [1157218]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:58,598 [1158293]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:10:58,762 [1158457]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:10:59,120 [1158815]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:59,121 [1158816]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:59,121 [1158816]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:59,121 [1158816]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:59,211 [1158906]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:59,211 [1158906]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:59,211 [1158906]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:59,216 [1158911]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:59,449 [1159144]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:10:59,734 [1159429]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:59,735 [1159430]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:59,735 [1159430]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:59,735 [1159430]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:59,805 [1159500]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:59,805 [1159500]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:59,805 [1159500]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:10:59,806 [1159501]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:02,700 [1162395]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:02,700 [1162395]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:02,700 [1162395]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:02,700 [1162395]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:02,700 [1162395]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:02,700 [1162395]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:02,700 [1162395]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:02,701 [1162396]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:02,701 [1162396]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:02,700 [1162395]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:02,701 [1162396]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:02,701 [1162396]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:02,733 [1162428]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:02,733 [1162428]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:02,733 [1162428]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:02,737 [1162432]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:03,585 [1163280]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:11:03,992 [1163687]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:03,992 [1163687]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:03,992 [1163687]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:03,992 [1163687]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:03,992 [1163687]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:03,992 [1163687]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:03,992 [1163687]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:03,992 [1163687]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:03,992 [1163687]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:03,992 [1163687]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:03,992 [1163687]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:03,992 [1163687]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,040 [1163735]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,040 [1163735]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,040 [1163735]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,045 [1163740]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,589 [1164284]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:11:04,916 [1164611]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,916 [1164611]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,916 [1164611]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,917 [1164612]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,917 [1164612]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,917 [1164612]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,917 [1164612]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,917 [1164612]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,917 [1164612]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,917 [1164612]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,917 [1164612]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,917 [1164612]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,975 [1164670]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,976 [1164671]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,976 [1164671]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:04,976 [1164671]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:05,330 [1165025]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:11:05,631 [1165326]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:05,631 [1165326]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:05,631 [1165326]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:05,632 [1165327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:05,632 [1165327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:05,632 [1165327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:05,632 [1165327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:05,632 [1165327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:05,632 [1165327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:05,632 [1165327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:05,632 [1165327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:05,632 [1165327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:05,677 [1165372]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:05,677 [1165372]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:05,677 [1165372]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:05,680 [1165375]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,009 [1167704]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:11:08,296 [1167991]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:11:08,643 [1168338]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,643 [1168338]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,643 [1168338]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,644 [1168339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,644 [1168339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,644 [1168339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,644 [1168339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,644 [1168339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,644 [1168339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,644 [1168339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,644 [1168339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,644 [1168339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,645 [1168340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,645 [1168340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,645 [1168340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,646 [1168341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,646 [1168341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,646 [1168341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,646 [1168341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,646 [1168341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,646 [1168341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,646 [1168341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,646 [1168341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,646 [1168341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,647 [1168342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,647 [1168342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,647 [1168342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,647 [1168342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,647 [1168342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,647 [1168342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,647 [1168342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,647 [1168342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,647 [1168342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,677 [1168372]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,677 [1168372]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,677 [1168372]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,680 [1168375]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,680 [1168375]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,680 [1168375]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,683 [1168378]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,684 [1168379]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,684 [1168379]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,699 [1168394]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,699 [1168394]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:08,699 [1168394]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:09,933 [1169628]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:09,933 [1169628]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:09,933 [1169628]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:09,934 [1169629]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:09,934 [1169629]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:09,934 [1169629]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:09,934 [1169629]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:09,934 [1169629]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:09,934 [1169629]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:09,934 [1169629]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:09,934 [1169629]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:09,934 [1169629]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:09,970 [1169665]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:09,970 [1169665]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:09,970 [1169665]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:09,973 [1169668]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:17,213 [1176908]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:17,213 [1176908]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:17,213 [1176908]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:17,214 [1176909]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:17,215 [1176910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:17,215 [1176910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:17,215 [1176910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:17,215 [1176910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:17,215 [1176910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:17,215 [1176910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:17,215 [1176910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:17,215 [1176910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:17,288 [1176983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:17,288 [1176983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:17,288 [1176983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:17,292 [1176987]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:44,722 [1204417]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:11:44,724 [1204419]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:11:44,724 [1204419]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:11:45,362 [1205057]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:57,383 [1217078]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:11:57,483 [1217178]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:11:58,080 [1217775]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,080 [1217775]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,080 [1217775]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,081 [1217776]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,081 [1217776]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,081 [1217776]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,081 [1217776]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,081 [1217776]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,081 [1217776]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,081 [1217776]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,081 [1217776]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,081 [1217776]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,083 [1217778]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,083 [1217778]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,083 [1217778]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,083 [1217778]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,083 [1217778]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,083 [1217778]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,083 [1217778]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,083 [1217778]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,083 [1217778]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,083 [1217778]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,083 [1217778]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,083 [1217778]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,084 [1217779]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,084 [1217779]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,084 [1217779]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,084 [1217779]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,084 [1217779]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,084 [1217779]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,084 [1217779]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,084 [1217779]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,084 [1217779]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,123 [1217818]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,124 [1217819]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,124 [1217819]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,128 [1217823]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,129 [1217824]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,129 [1217824]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,130 [1217825]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,130 [1217825]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,130 [1217825]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,144 [1217839]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,144 [1217839]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:58,144 [1217839]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,190 [1218885]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:11:59,508 [1219203]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,508 [1219203]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,509 [1219204]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,510 [1219205]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,510 [1219205]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,510 [1219205]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,510 [1219205]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,510 [1219205]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,510 [1219205]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,510 [1219205]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,510 [1219205]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,510 [1219205]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,512 [1219207]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,512 [1219207]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,512 [1219207]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,512 [1219207]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,512 [1219207]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,512 [1219207]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,512 [1219207]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,512 [1219207]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,512 [1219207]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,512 [1219207]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,512 [1219207]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,513 [1219208]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,513 [1219208]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,513 [1219208]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,513 [1219208]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,513 [1219208]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,513 [1219208]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,513 [1219208]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,513 [1219208]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,513 [1219208]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,513 [1219208]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,559 [1219254]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,559 [1219254]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,559 [1219254]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,564 [1219259]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,564 [1219259]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,564 [1219259]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,567 [1219262]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,567 [1219262]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,567 [1219262]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,577 [1219272]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,577 [1219272]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:11:59,577 [1219272]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,203 [1219898]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:12:00,548 [1220243]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,548 [1220243]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,548 [1220243]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,548 [1220243]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,549 [1220244]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,549 [1220244]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,549 [1220244]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,549 [1220244]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,549 [1220244]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,549 [1220244]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,549 [1220244]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,549 [1220244]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,550 [1220245]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,550 [1220245]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,550 [1220245]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,550 [1220245]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,551 [1220246]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,551 [1220246]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,551 [1220246]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,551 [1220246]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,551 [1220246]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,551 [1220246]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,551 [1220246]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,551 [1220246]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,551 [1220246]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,551 [1220246]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,551 [1220246]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,551 [1220246]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,551 [1220246]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,551 [1220246]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,551 [1220246]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,551 [1220246]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,551 [1220246]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,588 [1220283]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,588 [1220283]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,588 [1220283]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,605 [1220300]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,605 [1220300]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,605 [1220300]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,606 [1220301]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,606 [1220301]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,606 [1220301]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,629 [1220324]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,629 [1220324]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,629 [1220324]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:00,736 [1220431]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:12:01,015 [1220710]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,015 [1220710]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,015 [1220710]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,016 [1220711]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,016 [1220711]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,016 [1220711]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,016 [1220711]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,016 [1220711]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,016 [1220711]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,016 [1220711]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,016 [1220711]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,016 [1220711]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,017 [1220712]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,017 [1220712]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,017 [1220712]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,018 [1220713]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,018 [1220713]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,018 [1220713]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,018 [1220713]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,018 [1220713]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,018 [1220713]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,018 [1220713]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,018 [1220713]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,018 [1220713]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,019 [1220714]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,019 [1220714]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,019 [1220714]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,019 [1220714]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,019 [1220714]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,019 [1220714]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,019 [1220714]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,019 [1220714]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,019 [1220714]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,057 [1220752]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,057 [1220752]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,058 [1220753]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,065 [1220760]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,065 [1220760]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,065 [1220760]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,066 [1220761]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,066 [1220761]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,066 [1220761]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,081 [1220776]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,081 [1220776]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:01,081 [1220776]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,642 [1222337]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,642 [1222337]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,642 [1222337]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,643 [1222338]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,643 [1222338]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,643 [1222338]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,643 [1222338]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,643 [1222338]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,643 [1222338]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,643 [1222338]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,643 [1222338]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,643 [1222338]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,643 [1222338]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,643 [1222338]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,643 [1222338]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,644 [1222339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,644 [1222339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,644 [1222339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,644 [1222339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,644 [1222339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,644 [1222339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,644 [1222339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,644 [1222339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,644 [1222339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,644 [1222339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,645 [1222340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,645 [1222340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,645 [1222340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,645 [1222340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,645 [1222340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,645 [1222340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,645 [1222340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,645 [1222340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,646 [1222341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,646 [1222341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,646 [1222341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,647 [1222342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,647 [1222342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,647 [1222342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,647 [1222342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,647 [1222342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,647 [1222342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,647 [1222342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,647 [1222342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,647 [1222342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,647 [1222342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,647 [1222342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,647 [1222342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,647 [1222342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,647 [1222342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,647 [1222342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,647 [1222342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,647 [1222342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,647 [1222342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,648 [1222343]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,648 [1222343]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,648 [1222343]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,649 [1222344]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,649 [1222344]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,649 [1222344]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,649 [1222344]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,649 [1222344]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,649 [1222344]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,649 [1222344]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,649 [1222344]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,649 [1222344]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,649 [1222344]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,649 [1222344]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,650 [1222345]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,650 [1222345]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,650 [1222345]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,650 [1222345]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,650 [1222345]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,650 [1222345]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,650 [1222345]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,650 [1222345]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,650 [1222345]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,650 [1222345]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,650 [1222345]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,650 [1222345]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,650 [1222345]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,650 [1222345]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,650 [1222345]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,650 [1222345]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,650 [1222345]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,651 [1222346]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,652 [1222347]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,652 [1222347]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,652 [1222347]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,652 [1222347]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,652 [1222347]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,652 [1222347]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,652 [1222347]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,652 [1222347]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,654 [1222349]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,654 [1222349]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,654 [1222349]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,654 [1222349]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,654 [1222349]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,654 [1222349]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,655 [1222350]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,655 [1222350]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,655 [1222350]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,656 [1222351]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,656 [1222351]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,656 [1222351]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,656 [1222351]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,656 [1222351]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,657 [1222352]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,657 [1222352]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,657 [1222352]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,657 [1222352]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,657 [1222352]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,657 [1222352]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,657 [1222352]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,658 [1222353]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,658 [1222353]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,658 [1222353]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,658 [1222353]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,658 [1222353]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,659 [1222354]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,659 [1222354]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,659 [1222354]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,659 [1222354]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,659 [1222354]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,660 [1222355]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,660 [1222355]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,659 [1222354]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,659 [1222354]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,660 [1222355]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,662 [1222357]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,662 [1222357]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,662 [1222357]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,662 [1222357]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,662 [1222357]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,662 [1222357]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,662 [1222357]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,663 [1222358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,663 [1222358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,663 [1222358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,663 [1222358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,663 [1222358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,663 [1222358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,663 [1222358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,663 [1222358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,663 [1222358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,663 [1222358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,663 [1222358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,663 [1222358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,663 [1222358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,673 [1222368]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,673 [1222368]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,673 [1222368]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,673 [1222368]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,673 [1222368]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,673 [1222368]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,676 [1222371]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,676 [1222371]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,676 [1222371]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,676 [1222371]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,676 [1222371]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,676 [1222371]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,677 [1222372]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,677 [1222372]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,677 [1222372]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,677 [1222372]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,677 [1222372]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,677 [1222372]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,677 [1222372]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,677 [1222372]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,677 [1222372]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,716 [1222411]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,716 [1222411]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,716 [1222411]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,717 [1222412]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,717 [1222412]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,717 [1222412]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,718 [1222413]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,718 [1222413]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,718 [1222413]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,718 [1222413]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,718 [1222413]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,718 [1222413]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,719 [1222414]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,719 [1222414]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,719 [1222414]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,721 [1222416]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,721 [1222416]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,721 [1222416]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,721 [1222416]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,721 [1222416]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,721 [1222416]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,722 [1222417]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,722 [1222417]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,722 [1222417]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,722 [1222417]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,722 [1222417]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,722 [1222417]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,722 [1222417]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,722 [1222417]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,722 [1222417]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,721 [1222416]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,723 [1222418]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,723 [1222418]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,723 [1222418]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,724 [1222419]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,724 [1222419]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,724 [1222419]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,724 [1222419]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,724 [1222419]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,724 [1222419]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,724 [1222419]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,726 [1222421]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,726 [1222421]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,728 [1222423]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,728 [1222423]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,728 [1222423]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,738 [1222433]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,738 [1222433]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,738 [1222433]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,739 [1222434]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,739 [1222434]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,739 [1222434]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,739 [1222434]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,739 [1222434]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,739 [1222434]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,750 [1222445]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,751 [1222446]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,751 [1222446]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,751 [1222446]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,752 [1222447]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,752 [1222447]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:02,752 [1222447]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,311 [1236006]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:12:16,682 [1236377]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,683 [1236378]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,683 [1236378]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,683 [1236378]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,684 [1236379]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,684 [1236379]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,684 [1236379]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,684 [1236379]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,689 [1236384]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,689 [1236384]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,690 [1236385]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,690 [1236385]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,690 [1236385]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,690 [1236385]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,690 [1236385]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,690 [1236385]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,690 [1236385]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,690 [1236385]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,690 [1236385]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,691 [1236386]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,691 [1236386]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,691 [1236386]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,691 [1236386]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,691 [1236386]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,691 [1236386]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,691 [1236386]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,691 [1236386]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,691 [1236386]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,691 [1236386]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,691 [1236386]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,692 [1236387]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,692 [1236387]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,692 [1236387]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,692 [1236387]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,692 [1236387]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,692 [1236387]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,692 [1236387]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,692 [1236387]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,693 [1236388]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,693 [1236388]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,693 [1236388]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,693 [1236388]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,693 [1236388]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,693 [1236388]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,693 [1236388]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,693 [1236388]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,693 [1236388]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,694 [1236389]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,694 [1236389]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,694 [1236389]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,694 [1236389]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,694 [1236389]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,694 [1236389]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,694 [1236389]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,694 [1236389]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,694 [1236389]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,694 [1236389]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,694 [1236389]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,695 [1236390]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,695 [1236390]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,695 [1236390]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,695 [1236390]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,695 [1236390]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,695 [1236390]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,695 [1236390]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,695 [1236390]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,695 [1236390]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,695 [1236390]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,695 [1236390]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,695 [1236390]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,695 [1236390]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,695 [1236390]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,695 [1236390]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,695 [1236390]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,696 [1236391]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,696 [1236391]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,696 [1236391]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,697 [1236392]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,697 [1236392]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,697 [1236392]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,697 [1236392]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,697 [1236392]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,697 [1236392]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,698 [1236393]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,699 [1236394]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,699 [1236394]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,699 [1236394]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,699 [1236394]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,700 [1236395]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,700 [1236395]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,700 [1236395]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,702 [1236397]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,702 [1236397]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,703 [1236398]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,703 [1236398]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,703 [1236398]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,703 [1236398]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,703 [1236398]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,703 [1236398]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,704 [1236399]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,704 [1236399]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,705 [1236400]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,705 [1236400]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,705 [1236400]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,705 [1236400]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,705 [1236400]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,705 [1236400]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,726 [1236421]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,726 [1236421]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,726 [1236421]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,727 [1236422]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,727 [1236422]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,727 [1236422]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,728 [1236423]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,728 [1236423]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,728 [1236423]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,728 [1236423]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,728 [1236423]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,728 [1236423]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,729 [1236424]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,729 [1236424]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,729 [1236424]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,729 [1236424]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,729 [1236424]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,729 [1236424]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,733 [1236428]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,733 [1236428]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,733 [1236428]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,733 [1236428]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,733 [1236428]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,733 [1236428]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,733 [1236428]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,733 [1236428]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,733 [1236428]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,734 [1236429]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,734 [1236429]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,734 [1236429]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,734 [1236429]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,734 [1236429]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,734 [1236429]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,735 [1236430]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,735 [1236430]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,736 [1236431]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,736 [1236431]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,736 [1236431]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,736 [1236431]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,736 [1236431]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,737 [1236432]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,737 [1236432]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,737 [1236432]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,737 [1236432]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,737 [1236432]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,737 [1236432]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,738 [1236433]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,738 [1236433]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,738 [1236433]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,753 [1236448]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,753 [1236448]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,753 [1236448]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,754 [1236449]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,754 [1236449]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,754 [1236449]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,754 [1236449]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,754 [1236449]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,754 [1236449]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,754 [1236449]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,769 [1236464]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,769 [1236464]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,769 [1236464]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,770 [1236465]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,770 [1236465]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,770 [1236465]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,770 [1236465]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,770 [1236465]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:16,770 [1236465]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:17,791 [1237486]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:12:17,854 [1237549]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:12:18,229 [1237924]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,229 [1237924]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,229 [1237924]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,229 [1237924]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,229 [1237924]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,229 [1237924]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,229 [1237924]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,229 [1237924]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,229 [1237924]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,230 [1237925]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,230 [1237925]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,229 [1237924]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,230 [1237925]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,230 [1237925]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,230 [1237925]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,230 [1237925]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,230 [1237925]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,230 [1237925]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,230 [1237925]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,230 [1237925]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,230 [1237925]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,231 [1237926]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,231 [1237926]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,231 [1237926]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,231 [1237926]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,231 [1237926]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,231 [1237926]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,231 [1237926]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,231 [1237926]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,231 [1237926]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,231 [1237926]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,231 [1237926]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,231 [1237926]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,232 [1237927]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,232 [1237927]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,232 [1237927]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,232 [1237927]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,232 [1237927]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,232 [1237927]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,232 [1237927]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,232 [1237927]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,232 [1237927]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,232 [1237927]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,232 [1237927]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,232 [1237927]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,232 [1237927]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,232 [1237927]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,232 [1237927]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,232 [1237927]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,232 [1237927]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,232 [1237927]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,233 [1237928]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,233 [1237928]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,233 [1237928]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,233 [1237928]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,233 [1237928]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,233 [1237928]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,233 [1237928]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,233 [1237928]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,233 [1237928]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,233 [1237928]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,233 [1237928]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,233 [1237928]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,233 [1237928]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,234 [1237929]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,234 [1237929]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,234 [1237929]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,234 [1237929]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,234 [1237929]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,234 [1237929]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,234 [1237929]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,234 [1237929]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,234 [1237929]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,234 [1237929]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,234 [1237929]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,234 [1237929]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,234 [1237929]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,235 [1237930]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,235 [1237930]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,235 [1237930]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,235 [1237930]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,235 [1237930]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,235 [1237930]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,235 [1237930]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,235 [1237930]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,235 [1237930]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,235 [1237930]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,236 [1237931]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,236 [1237931]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,237 [1237932]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,237 [1237932]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,237 [1237932]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,237 [1237932]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,237 [1237932]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,237 [1237932]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,237 [1237932]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,237 [1237932]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,237 [1237932]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,237 [1237932]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,238 [1237933]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,238 [1237933]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,238 [1237933]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,238 [1237933]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,238 [1237933]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,238 [1237933]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,238 [1237933]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,238 [1237933]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,238 [1237933]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,238 [1237933]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,238 [1237933]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,239 [1237934]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,239 [1237934]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,239 [1237934]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,240 [1237935]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,240 [1237935]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,240 [1237935]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,240 [1237935]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,240 [1237935]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,240 [1237935]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,240 [1237935]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,240 [1237935]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,240 [1237935]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,240 [1237935]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,241 [1237936]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,241 [1237936]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,241 [1237936]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,241 [1237936]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,241 [1237936]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,241 [1237936]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,241 [1237936]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,242 [1237937]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,241 [1237936]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,242 [1237937]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,242 [1237937]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,242 [1237937]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,243 [1237938]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,243 [1237938]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,243 [1237938]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,243 [1237938]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,243 [1237938]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,243 [1237938]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,243 [1237938]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,243 [1237938]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,243 [1237938]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,243 [1237938]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,243 [1237938]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,243 [1237938]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,244 [1237939]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,244 [1237939]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,244 [1237939]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,244 [1237939]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,244 [1237939]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,244 [1237939]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,244 [1237939]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,244 [1237939]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,244 [1237939]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,245 [1237940]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,245 [1237940]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,245 [1237940]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,253 [1237948]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,253 [1237948]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,253 [1237948]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,254 [1237949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,254 [1237949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,254 [1237949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,254 [1237949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,254 [1237949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,254 [1237949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,254 [1237949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,254 [1237949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,254 [1237949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,254 [1237949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,254 [1237949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,254 [1237949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,254 [1237949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,254 [1237949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,254 [1237949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,254 [1237949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,254 [1237949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,254 [1237949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,293 [1237988]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,293 [1237988]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,293 [1237988]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,294 [1237989]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,294 [1237989]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,294 [1237989]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,296 [1237991]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,296 [1237991]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,296 [1237991]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,296 [1237991]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,296 [1237991]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,296 [1237991]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,296 [1237991]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,296 [1237991]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,296 [1237991]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,297 [1237992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,297 [1237992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,297 [1237992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,297 [1237992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,297 [1237992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,297 [1237992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,298 [1237993]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,298 [1237993]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,298 [1237993]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,300 [1237995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,300 [1237995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,300 [1237995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,300 [1237995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,300 [1237995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,300 [1237995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,300 [1237995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,300 [1237995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,300 [1237995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,301 [1237996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,301 [1237996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,301 [1237996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,301 [1237996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,301 [1237996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,301 [1237996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,301 [1237996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,301 [1237996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,301 [1237996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,301 [1237996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,304 [1237999]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,304 [1237999]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,304 [1237999]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,317 [1238012]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,317 [1238012]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,317 [1238012]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,318 [1238013]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,318 [1238013]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,318 [1238013]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,318 [1238013]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,318 [1238013]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,318 [1238013]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,331 [1238026]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,331 [1238026]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,332 [1238027]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,332 [1238027]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,332 [1238027]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,332 [1238027]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:18,332 [1238027]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:21,897 [1241592]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:12:24,853 [1244548]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:24,853 [1244548]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:24,853 [1244548]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:24,854 [1244549]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:24,854 [1244549]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:24,854 [1244549]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:24,854 [1244549]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:24,854 [1244549]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:24,854 [1244549]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:24,854 [1244549]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:24,854 [1244549]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:24,854 [1244549]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:24,930 [1244625]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:24,931 [1244626]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:24,931 [1244626]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:24,936 [1244631]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:26,754 [1246449]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:12:27,146 [1246841]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:27,146 [1246841]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:27,146 [1246841]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:27,146 [1246841]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:27,146 [1246841]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:27,146 [1246841]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:27,146 [1246841]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:27,146 [1246841]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:27,146 [1246841]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:27,146 [1246841]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:27,146 [1246841]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:27,146 [1246841]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:27,260 [1246955]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:27,261 [1246956]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:27,261 [1246956]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:27,261 [1246956]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:27,264 [1246959]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:27,264 [1246959]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:27,264 [1246959]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:29,306 [1249001]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:12:29,668 [1249363]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:29,668 [1249363]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:29,669 [1249364]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:29,669 [1249364]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:29,811 [1249506]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:29,811 [1249506]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:29,811 [1249506]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:29,811 [1249506]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:29,811 [1249506]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:29,811 [1249506]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:29,815 [1249510]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:30,597 [1250292]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:12:30,961 [1250656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:30,961 [1250656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:30,961 [1250656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:30,962 [1250657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:30,962 [1250657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:30,962 [1250657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:30,962 [1250657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:30,962 [1250657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:30,962 [1250657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:30,962 [1250657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:30,962 [1250657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:30,962 [1250657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:31,048 [1250743]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:31,051 [1250746]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:31,051 [1250746]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:31,051 [1250746]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:33,280 [1252975]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:12:33,648 [1253343]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:33,648 [1253343]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:33,648 [1253343]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:33,648 [1253343]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:33,648 [1253343]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:33,648 [1253343]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:33,648 [1253343]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:33,648 [1253343]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:33,649 [1253344]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:33,648 [1253343]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:33,649 [1253344]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:33,649 [1253344]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:33,740 [1253435]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:33,740 [1253435]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:33,740 [1253435]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:33,744 [1253439]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:33,978 [1253673]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:12:34,258 [1253953]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:34,258 [1253953]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:34,258 [1253953]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:34,259 [1253954]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:34,259 [1253954]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:34,259 [1253954]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:34,259 [1253954]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:34,259 [1253954]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:34,259 [1253954]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:34,259 [1253954]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:34,259 [1253954]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:34,259 [1253954]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:34,355 [1254050]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:34,355 [1254050]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:34,355 [1254050]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:34,358 [1254053]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:34,816 [1254511]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,121 [1267816]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:12:48,560 [1268255]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,560 [1268255]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,560 [1268255]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,560 [1268255]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,560 [1268255]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,560 [1268255]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,560 [1268255]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,560 [1268255]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,561 [1268256]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,560 [1268255]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,561 [1268256]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,561 [1268256]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,562 [1268257]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,562 [1268257]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,562 [1268257]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,563 [1268258]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,563 [1268258]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,563 [1268258]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,563 [1268258]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,563 [1268258]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,563 [1268258]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,563 [1268258]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,563 [1268258]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,563 [1268258]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,563 [1268258]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,563 [1268258]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,563 [1268258]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,563 [1268258]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,563 [1268258]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,563 [1268258]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,563 [1268258]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,563 [1268258]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,563 [1268258]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,632 [1268327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,633 [1268328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,633 [1268328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,642 [1268337]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,642 [1268337]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,642 [1268337]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,645 [1268340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,646 [1268341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,646 [1268341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,663 [1268358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,663 [1268358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:48,663 [1268358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,073 [1268768]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:12:49,306 [1269001]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,306 [1269001]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,306 [1269001]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,306 [1269001]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,306 [1269001]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,306 [1269001]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,306 [1269001]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,306 [1269001]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,306 [1269001]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,306 [1269001]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,307 [1269002]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,307 [1269002]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,308 [1269003]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,308 [1269003]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,308 [1269003]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,309 [1269004]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,309 [1269004]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,309 [1269004]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,309 [1269004]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,309 [1269004]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,309 [1269004]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,309 [1269004]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,309 [1269004]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,309 [1269004]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,309 [1269004]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,309 [1269004]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,309 [1269004]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,309 [1269004]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,309 [1269004]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,309 [1269004]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,309 [1269004]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,309 [1269004]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,309 [1269004]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,386 [1269081]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,386 [1269081]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,387 [1269082]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,387 [1269082]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,387 [1269082]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,387 [1269082]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,388 [1269083]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,388 [1269083]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,388 [1269083]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,389 [1269084]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,389 [1269084]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,389 [1269084]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,404 [1269099]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,404 [1269099]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:49,404 [1269099]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:53,992 [1273687]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:12:54,284 [1273979]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:12:54,639 [1274334]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,639 [1274334]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,639 [1274334]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,639 [1274334]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,639 [1274334]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,639 [1274334]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,639 [1274334]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,639 [1274334]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,639 [1274334]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,640 [1274335]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,640 [1274335]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,640 [1274335]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,641 [1274336]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,641 [1274336]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,641 [1274336]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,641 [1274336]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,641 [1274336]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,641 [1274336]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,641 [1274336]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,642 [1274337]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,642 [1274337]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,642 [1274337]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,642 [1274337]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,642 [1274337]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,645 [1274340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,645 [1274340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,645 [1274340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,645 [1274340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,645 [1274340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,645 [1274340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,645 [1274340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,646 [1274341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,646 [1274341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,646 [1274341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,646 [1274341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,645 [1274340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,730 [1274425]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,731 [1274426]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,731 [1274426]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,732 [1274427]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,732 [1274427]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,732 [1274427]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,738 [1274433]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,738 [1274433]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,738 [1274433]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,740 [1274435]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,742 [1274437]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:54,743 [1274438]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:55,206 [1274901]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:55,206 [1274901]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:55,206 [1274901]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:55,216 [1274911]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:55,216 [1274911]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:55,216 [1274911]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:56,173 [1275868]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:56,173 [1275868]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:56,173 [1275868]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:56,589 [1276284]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:56,589 [1276284]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:12:56,590 [1276285]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:04,264 [1283959]   WARN - #c.i.i.DataManager - Registering CLIENT_PROPERTY_DATA_PROVIDER on component implementing DataProvider. The key will be ignored. Component: com.intellij.ui.EditorTextField[,0,0,0x0,invalid,layout=java.awt.BorderLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=16777216,maximumSize=,minimumSize=,preferredSize=]
java.lang.Throwable
	at com.intellij.ide.DataManager.registerDataProvider(DataManager.java:99)
	at com.intellij.openapi.vcs.ex.LineStatusMarkerPopupPanel.createTextField(LineStatusMarkerPopupPanel.java:210)
	at com.intellij.openapi.vcs.ex.LineStatusMarkerPopupRenderer.showHintAt(LineStatusMarkerPopupRenderer.java:134)
	at com.intellij.openapi.vcs.ex.LineStatusMarkerPopupRenderer.showHint(LineStatusMarkerPopupRenderer.java:123)
	at com.intellij.openapi.vcs.ex.LineStatusMarkerPopupRenderer.doAction(LineStatusMarkerPopupRenderer.java:75)
	at com.intellij.openapi.vcs.ex.LineStatusMarkerRenderer.doAction(LineStatusMarkerRenderer.java:225)
	at com.intellij.openapi.vcs.ex.LineStatusMarkerRenderer$MyActiveGutterRenderer.doAction(LineStatusMarkerRenderer.java:290)
	at com.intellij.openapi.editor.impl.EditorGutterComponentImpl.invokeGutterAction(EditorGutterComponentImpl.java:2141)
	at com.intellij.openapi.editor.impl.EditorGutterComponentImpl.mouseReleased(EditorGutterComponentImpl.java:2113)
	at com.intellij.openapi.editor.impl.EditorImpl.processMouseReleased(EditorImpl.java:2382)
	at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.lambda$runMouseReleasedCommand$1(EditorImpl.java:3984)
	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:219)
	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:174)
	at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.runMouseReleasedCommand(EditorImpl.java:3986)
	at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.mouseReleased(EditorImpl.java:3869)
	at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
	at java.desktop/java.awt.Component.processMouseEvent(Unknown Source)
	at java.desktop/javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.desktop/java.awt.Component.processEvent(Unknown Source)
	at java.desktop/java.awt.Container.processEvent(Unknown Source)
	at java.desktop/java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
	at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
	at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:918)
	at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:840)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:763)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:450)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:791)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:449)
	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:113)
	at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:624)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:447)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:881)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:493)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
2022-10-10 17:13:10,479 [1290174]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:13:10,862 [1290557]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,862 [1290557]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,862 [1290557]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,862 [1290557]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,862 [1290557]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,862 [1290557]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,862 [1290557]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,862 [1290557]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,862 [1290557]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,862 [1290557]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,862 [1290557]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,862 [1290557]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,864 [1290559]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,864 [1290559]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,864 [1290559]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,865 [1290560]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,865 [1290560]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,865 [1290560]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,865 [1290560]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,865 [1290560]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,865 [1290560]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,865 [1290560]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,865 [1290560]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,865 [1290560]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,865 [1290560]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,865 [1290560]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,865 [1290560]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,865 [1290560]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,865 [1290560]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,865 [1290560]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,865 [1290560]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,865 [1290560]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,865 [1290560]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,944 [1290639]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,944 [1290639]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,944 [1290639]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,946 [1290641]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,946 [1290641]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,946 [1290641]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,951 [1290646]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,952 [1290647]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,952 [1290647]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,967 [1290662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,968 [1290663]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:10,968 [1290663]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,693 [1297388]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:13:17,958 [1297653]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,958 [1297653]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,958 [1297653]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,959 [1297654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,959 [1297654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,959 [1297654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,959 [1297654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,959 [1297654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,959 [1297654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,959 [1297654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,959 [1297654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,959 [1297654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,961 [1297656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,961 [1297656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,961 [1297656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,961 [1297656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,961 [1297656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,961 [1297656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,961 [1297656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,961 [1297656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,961 [1297656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,961 [1297656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,961 [1297656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,961 [1297656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,962 [1297657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,962 [1297657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,962 [1297657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,962 [1297657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,962 [1297657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,962 [1297657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,962 [1297657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,962 [1297657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:17,962 [1297657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:18,033 [1297728]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:18,033 [1297728]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:18,034 [1297729]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:18,036 [1297731]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:18,036 [1297731]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:18,036 [1297731]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:18,041 [1297736]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:18,041 [1297736]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:18,042 [1297737]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:18,059 [1297754]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:18,059 [1297754]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:18,059 [1297754]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:30,632 [1310327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:30,632 [1310327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:30,632 [1310327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:30,633 [1310328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:30,633 [1310328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:30,633 [1310328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:30,633 [1310328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:30,633 [1310328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:30,633 [1310328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:30,633 [1310328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:30,633 [1310328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:30,633 [1310328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:30,672 [1310367]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:30,672 [1310367]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:30,672 [1310367]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:30,674 [1310369]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:32,299 [1311994]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:13:32,668 [1312363]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:32,668 [1312363]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:32,668 [1312363]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:32,669 [1312364]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:32,669 [1312364]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:32,669 [1312364]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:32,669 [1312364]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:32,669 [1312364]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:32,669 [1312364]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:32,669 [1312364]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:32,669 [1312364]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:32,669 [1312364]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:32,732 [1312427]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:32,733 [1312428]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:32,733 [1312428]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:32,738 [1312433]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:33,138 [1312833]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:13:33,469 [1313164]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:33,469 [1313164]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:33,469 [1313164]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:33,470 [1313165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:33,470 [1313165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:33,470 [1313165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:33,470 [1313165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:33,470 [1313165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:33,470 [1313165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:33,470 [1313165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:33,470 [1313165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:33,470 [1313165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:33,522 [1313217]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:33,522 [1313217]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:33,522 [1313217]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:33,528 [1313223]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:33,873 [1313568]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:13:34,189 [1313884]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:34,189 [1313884]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:34,189 [1313884]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:34,189 [1313884]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:34,189 [1313884]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:34,189 [1313884]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:34,189 [1313884]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:34,189 [1313884]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:34,189 [1313884]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:34,189 [1313884]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:34,189 [1313884]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:34,189 [1313884]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:34,250 [1313945]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:34,250 [1313945]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:34,250 [1313945]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:34,250 [1313945]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:42,616 [1322311]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:13:42,937 [1322632]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:13:43,220 [1322915]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,220 [1322915]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,220 [1322915]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,221 [1322916]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,221 [1322916]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,221 [1322916]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,221 [1322916]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,221 [1322916]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,221 [1322916]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,221 [1322916]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,221 [1322916]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,221 [1322916]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,223 [1322918]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,223 [1322918]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,223 [1322918]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,223 [1322918]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,223 [1322918]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,223 [1322918]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,223 [1322918]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,223 [1322918]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,223 [1322918]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,223 [1322918]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,223 [1322918]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,223 [1322918]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,224 [1322919]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,224 [1322919]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,224 [1322919]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,224 [1322919]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,224 [1322919]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,224 [1322919]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,224 [1322919]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,224 [1322919]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,224 [1322919]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,264 [1322959]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,264 [1322959]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,264 [1322959]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,267 [1322962]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,267 [1322962]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,267 [1322962]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,270 [1322965]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,270 [1322965]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,270 [1322965]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,283 [1322978]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,283 [1322978]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:43,283 [1322978]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:44,705 [1324400]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:44,705 [1324400]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:44,705 [1324400]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:44,729 [1324424]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:44,729 [1324424]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:44,729 [1324424]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:44,729 [1324424]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:44,729 [1324424]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:44,729 [1324424]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:44,729 [1324424]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:44,729 [1324424]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:44,729 [1324424]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:44,760 [1324455]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:44,760 [1324455]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:44,760 [1324455]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:44,766 [1324461]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:47,466 [1327161]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:13:47,866 [1327561]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:47,866 [1327561]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:47,866 [1327561]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:47,867 [1327562]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:47,867 [1327562]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:47,867 [1327562]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:47,867 [1327562]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:47,867 [1327562]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:47,867 [1327562]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:47,867 [1327562]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:47,867 [1327562]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:47,867 [1327562]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:47,898 [1327593]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:47,898 [1327593]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:47,898 [1327593]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:47,906 [1327601]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:48,517 [1328212]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:13:48,666 [1328361]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:13:48,989 [1328684]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:13:49,292 [1328987]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:49,292 [1328987]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:49,292 [1328987]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:49,292 [1328987]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:49,292 [1328987]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:49,292 [1328987]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:49,292 [1328987]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:49,292 [1328987]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:49,292 [1328987]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:49,292 [1328987]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:49,293 [1328988]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:49,292 [1328987]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:49,325 [1329020]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:49,325 [1329020]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:49,325 [1329020]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:49,329 [1329024]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:51,577 [1331272]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:51,577 [1331272]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:51,577 [1331272]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:51,577 [1331272]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:51,577 [1331272]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:51,577 [1331272]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:51,577 [1331272]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:51,577 [1331272]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:51,577 [1331272]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:51,577 [1331272]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:51,577 [1331272]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:51,577 [1331272]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:51,609 [1331304]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:51,609 [1331304]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:51,609 [1331304]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:51,615 [1331310]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:52,839 [1332534]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:13:53,184 [1332879]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:53,184 [1332879]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:53,184 [1332879]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:53,185 [1332880]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:53,185 [1332880]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:53,185 [1332880]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:53,185 [1332880]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:53,185 [1332880]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:53,185 [1332880]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:53,185 [1332880]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:53,185 [1332880]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:53,185 [1332880]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:53,244 [1332939]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:53,244 [1332939]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:53,244 [1332939]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:53,244 [1332939]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:53,939 [1333634]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:13:54,279 [1333974]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:54,279 [1333974]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:54,279 [1333974]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:54,280 [1333975]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:54,280 [1333975]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:54,280 [1333975]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:54,280 [1333975]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:54,280 [1333975]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:54,280 [1333975]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:54,280 [1333975]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:54,280 [1333975]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:54,280 [1333975]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:54,335 [1334030]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:54,335 [1334030]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:54,335 [1334030]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:54,337 [1334032]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,282 [1337977]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:13:58,398 [1338093]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:13:58,699 [1338394]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:13:58,964 [1338659]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,964 [1338659]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,964 [1338659]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,964 [1338659]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,964 [1338659]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,965 [1338660]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,964 [1338659]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,964 [1338659]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,965 [1338660]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,965 [1338660]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,965 [1338660]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,965 [1338660]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,966 [1338661]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,966 [1338661]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,966 [1338661]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,967 [1338662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,967 [1338662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,967 [1338662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,967 [1338662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,967 [1338662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,967 [1338662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,967 [1338662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,967 [1338662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,967 [1338662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,968 [1338663]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,968 [1338663]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,968 [1338663]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,968 [1338663]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,968 [1338663]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,968 [1338663]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,968 [1338663]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,968 [1338663]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:58,968 [1338663]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:59,005 [1338700]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:59,005 [1338700]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:59,005 [1338700]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:59,012 [1338707]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:59,012 [1338707]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:59,012 [1338707]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:59,012 [1338707]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:59,012 [1338707]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:59,012 [1338707]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:59,028 [1338723]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:59,028 [1338723]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:13:59,028 [1338723]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:03,076 [1342771]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:14:07,041 [1346736]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:14:07,589 [1347284]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:14:08,164 [1347859]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:14:10,240 [1349935]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:10,240 [1349935]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:10,240 [1349935]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:10,242 [1349937]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:10,242 [1349937]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:10,242 [1349937]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:10,242 [1349937]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:10,242 [1349937]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:10,242 [1349937]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:10,242 [1349937]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:10,242 [1349937]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:10,242 [1349937]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:10,254 [1349949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:10,254 [1349949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:10,254 [1349949]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:10,258 [1349953]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:11,905 [1351600]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:14:12,289 [1351984]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:12,289 [1351984]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:12,289 [1351984]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:12,289 [1351984]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:12,289 [1351984]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:12,289 [1351984]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:12,289 [1351984]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:12,289 [1351984]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:12,289 [1351984]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:12,289 [1351984]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:12,289 [1351984]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:12,289 [1351984]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:12,290 [1351985]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:12,290 [1351985]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:12,290 [1351985]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:19,898 [1359593]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:14:21,433 [1361128]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:21,434 [1361129]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:21,434 [1361129]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:21,434 [1361129]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:21,434 [1361129]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:21,434 [1361129]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:21,434 [1361129]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:21,434 [1361129]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:21,748 [1361443]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:21,748 [1361443]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:21,748 [1361443]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:21,751 [1361446]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:22,697 [1362392]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:14:23,101 [1362796]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:23,101 [1362796]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:23,101 [1362796]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:23,101 [1362796]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:23,101 [1362796]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:23,102 [1362797]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:23,102 [1362797]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:23,102 [1362797]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:23,102 [1362797]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:23,102 [1362797]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:23,102 [1362797]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:23,102 [1362797]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:23,147 [1362842]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:23,147 [1362842]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:23,147 [1362842]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:23,152 [1362847]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,136 [1367831]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:14:28,474 [1368169]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,474 [1368169]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,474 [1368169]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,475 [1368170]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,475 [1368170]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,475 [1368170]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,475 [1368170]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,475 [1368170]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,475 [1368170]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,475 [1368170]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,475 [1368170]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,475 [1368170]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,506 [1368201]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:14:28,792 [1368487]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,792 [1368487]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,792 [1368487]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,792 [1368487]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,792 [1368487]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,792 [1368487]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,793 [1368488]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,792 [1368487]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,793 [1368488]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,793 [1368488]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,792 [1368487]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,793 [1368488]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,821 [1368516]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,821 [1368516]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,821 [1368516]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:28,827 [1368522]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,097 [1369792]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,097 [1369792]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,097 [1369792]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,098 [1369793]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,098 [1369793]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,098 [1369793]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,098 [1369793]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,098 [1369793]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,098 [1369793]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,098 [1369793]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,098 [1369793]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,098 [1369793]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,098 [1369793]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,098 [1369793]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,098 [1369793]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,098 [1369793]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,098 [1369793]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,098 [1369793]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,098 [1369793]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,099 [1369794]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,099 [1369794]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,099 [1369794]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,099 [1369794]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,099 [1369794]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,099 [1369794]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,099 [1369794]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,100 [1369795]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,100 [1369795]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,100 [1369795]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,100 [1369795]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,100 [1369795]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,100 [1369795]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,100 [1369795]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,100 [1369795]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,100 [1369795]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,100 [1369795]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,129 [1369824]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,129 [1369824]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,129 [1369824]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,131 [1369826]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,131 [1369826]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,131 [1369826]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,136 [1369831]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,137 [1369832]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,137 [1369832]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,139 [1369834]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,139 [1369834]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,139 [1369834]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:30,905 [1370600]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:14:31,287 [1370982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,287 [1370982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,287 [1370982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,287 [1370982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,287 [1370982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,287 [1370982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,287 [1370982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,287 [1370982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,287 [1370982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,287 [1370982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,287 [1370982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,287 [1370982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,287 [1370982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,287 [1370982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,287 [1370982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,287 [1370982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,287 [1370982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,288 [1370983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,288 [1370983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,288 [1370983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,288 [1370983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,288 [1370983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,288 [1370983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,288 [1370983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,288 [1370983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,288 [1370983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,288 [1370983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,288 [1370983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,288 [1370983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,288 [1370983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,288 [1370983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,288 [1370983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,288 [1370983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,288 [1370983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,289 [1370984]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,289 [1370984]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:31,289 [1370984]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:34,936 [1374631]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:14:36,439 [1376134]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,439 [1376134]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,441 [1376136]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,440 [1376135]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,441 [1376136]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,441 [1376136]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,441 [1376136]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,441 [1376136]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,441 [1376136]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,441 [1376136]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,441 [1376136]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,441 [1376136]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,441 [1376136]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,441 [1376136]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,441 [1376136]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,441 [1376136]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,442 [1376137]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,442 [1376137]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,442 [1376137]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,442 [1376137]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,442 [1376137]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,442 [1376137]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,442 [1376137]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,442 [1376137]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,442 [1376137]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,442 [1376137]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,442 [1376137]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,442 [1376137]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,442 [1376137]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,442 [1376137]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,442 [1376137]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,442 [1376137]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,442 [1376137]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,442 [1376137]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,443 [1376138]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,443 [1376138]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,443 [1376138]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,443 [1376138]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,443 [1376138]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,443 [1376138]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,443 [1376138]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,443 [1376138]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,443 [1376138]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,443 [1376138]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,443 [1376138]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,443 [1376138]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,443 [1376138]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,443 [1376138]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,443 [1376138]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,444 [1376139]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,445 [1376140]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,445 [1376140]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,446 [1376141]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,446 [1376141]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,446 [1376141]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,446 [1376141]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,446 [1376141]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,446 [1376141]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,447 [1376142]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,447 [1376142]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,448 [1376143]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,448 [1376143]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,448 [1376143]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,448 [1376143]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,448 [1376143]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,448 [1376143]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,448 [1376143]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,449 [1376144]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,449 [1376144]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,449 [1376144]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,449 [1376144]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,449 [1376144]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,450 [1376145]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,450 [1376145]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,450 [1376145]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,450 [1376145]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,450 [1376145]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,450 [1376145]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,450 [1376145]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,450 [1376145]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,450 [1376145]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,450 [1376145]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,452 [1376147]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,452 [1376147]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,452 [1376147]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,452 [1376147]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,452 [1376147]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,452 [1376147]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,452 [1376147]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,452 [1376147]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,452 [1376147]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,452 [1376147]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,453 [1376148]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,453 [1376148]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,453 [1376148]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,453 [1376148]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,454 [1376149]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,454 [1376149]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,454 [1376149]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,454 [1376149]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,454 [1376149]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,454 [1376149]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,454 [1376149]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,454 [1376149]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,454 [1376149]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,454 [1376149]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,455 [1376150]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,455 [1376150]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,456 [1376151]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,456 [1376151]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,456 [1376151]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,456 [1376151]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,456 [1376151]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,456 [1376151]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,456 [1376151]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,456 [1376151]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,456 [1376151]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,456 [1376151]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,458 [1376153]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,458 [1376153]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,458 [1376153]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,458 [1376153]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,458 [1376153]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,458 [1376153]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,458 [1376153]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,458 [1376153]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,458 [1376153]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,458 [1376153]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,459 [1376154]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,458 [1376153]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,459 [1376154]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,459 [1376154]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,460 [1376155]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,460 [1376155]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,460 [1376155]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,460 [1376155]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,460 [1376155]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,460 [1376155]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,460 [1376155]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,460 [1376155]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,460 [1376155]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,460 [1376155]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,467 [1376162]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,467 [1376162]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,467 [1376162]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,468 [1376163]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,468 [1376163]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,468 [1376163]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,468 [1376163]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,468 [1376163]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,468 [1376163]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,468 [1376163]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,468 [1376163]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,468 [1376163]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,468 [1376163]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,468 [1376163]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,468 [1376163]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,468 [1376163]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,468 [1376163]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,468 [1376163]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,468 [1376163]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,468 [1376163]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,468 [1376163]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,524 [1376219]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,524 [1376219]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,524 [1376219]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,525 [1376220]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,525 [1376220]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,525 [1376220]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,525 [1376220]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,525 [1376220]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,525 [1376220]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,526 [1376221]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,526 [1376221]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,526 [1376221]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,526 [1376221]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,526 [1376221]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,526 [1376221]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,526 [1376221]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,526 [1376221]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,526 [1376221]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,527 [1376222]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,527 [1376222]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,527 [1376222]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,527 [1376222]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,527 [1376222]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,527 [1376222]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,527 [1376222]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,527 [1376222]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,527 [1376222]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,528 [1376223]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,528 [1376223]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,528 [1376223]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,531 [1376226]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,531 [1376226]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,531 [1376226]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,532 [1376227]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,532 [1376227]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,532 [1376227]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,533 [1376228]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,533 [1376228]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,534 [1376229]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,534 [1376229]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,534 [1376229]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,534 [1376229]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,534 [1376229]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,538 [1376233]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,538 [1376233]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,538 [1376233]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,538 [1376233]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,538 [1376233]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,538 [1376233]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,539 [1376234]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,539 [1376234]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,539 [1376234]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,543 [1376238]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,543 [1376238]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,543 [1376238]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,556 [1376251]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,556 [1376251]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,556 [1376251]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,557 [1376252]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,557 [1376252]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,557 [1376252]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,557 [1376252]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,557 [1376252]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,557 [1376252]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,571 [1376266]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,571 [1376266]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,572 [1376267]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,573 [1376268]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,573 [1376268]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,573 [1376268]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:14:36,573 [1376268]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:05,741 [1405436]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:06,219 [1405914]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,222 [1405917]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,222 [1405917]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,222 [1405917]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,223 [1405918]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,223 [1405918]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,223 [1405918]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,271 [1405966]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,271 [1405966]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,272 [1405967]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,272 [1405967]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,272 [1405967]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,272 [1405967]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,272 [1405967]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,272 [1405967]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,272 [1405967]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,273 [1405968]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,273 [1405968]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,273 [1405968]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,274 [1405969]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,274 [1405969]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,274 [1405969]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,273 [1405968]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,275 [1405970]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,275 [1405970]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,275 [1405970]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,275 [1405970]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,275 [1405970]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,275 [1405970]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,279 [1405974]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,280 [1405975]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,280 [1405975]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,280 [1405975]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,279 [1405974]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,281 [1405976]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,281 [1405976]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,281 [1405976]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,281 [1405976]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,281 [1405976]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,281 [1405976]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,282 [1405977]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,282 [1405977]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,282 [1405977]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,282 [1405977]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,282 [1405977]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,282 [1405977]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,283 [1405978]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,283 [1405978]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,283 [1405978]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,283 [1405978]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,283 [1405978]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,283 [1405978]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,283 [1405978]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,283 [1405978]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,283 [1405978]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,283 [1405978]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,283 [1405978]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,284 [1405979]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,284 [1405979]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,284 [1405979]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,284 [1405979]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,284 [1405979]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,284 [1405979]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,284 [1405979]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,285 [1405980]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,285 [1405980]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,286 [1405981]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,286 [1405981]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,286 [1405981]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,286 [1405981]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,286 [1405981]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,286 [1405981]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,286 [1405981]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,286 [1405981]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,287 [1405982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,287 [1405982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,287 [1405982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,288 [1405983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,287 [1405982]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,288 [1405983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,288 [1405983]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,289 [1405984]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,289 [1405984]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,289 [1405984]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,290 [1405985]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,291 [1405986]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,291 [1405986]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,291 [1405986]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,292 [1405987]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,292 [1405987]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,292 [1405987]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,293 [1405988]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,293 [1405988]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,294 [1405989]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,294 [1405989]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,294 [1405989]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,294 [1405989]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,295 [1405990]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,295 [1405990]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,295 [1405990]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,296 [1405991]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,297 [1405992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,297 [1405992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,297 [1405992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,300 [1405995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,300 [1405995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,300 [1405995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,300 [1405995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,301 [1405996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,300 [1405995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,301 [1405996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,301 [1405996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,301 [1405996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,301 [1405996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,302 [1405997]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,302 [1405997]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,302 [1405997]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,302 [1405997]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,302 [1405997]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,302 [1405997]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,342 [1406037]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,342 [1406037]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,342 [1406037]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,343 [1406038]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,343 [1406038]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,343 [1406038]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,343 [1406038]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,343 [1406038]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,343 [1406038]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,344 [1406039]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,344 [1406039]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,344 [1406039]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,344 [1406039]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,344 [1406039]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,344 [1406039]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,345 [1406040]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,345 [1406040]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,345 [1406040]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,345 [1406040]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,345 [1406040]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,345 [1406040]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,345 [1406040]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,345 [1406040]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,346 [1406041]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,346 [1406041]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,346 [1406041]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,346 [1406041]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,346 [1406041]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,346 [1406041]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,346 [1406041]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,349 [1406044]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,349 [1406044]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,349 [1406044]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,349 [1406044]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,350 [1406045]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,351 [1406046]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,351 [1406046]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,351 [1406046]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,353 [1406048]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,353 [1406048]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,353 [1406048]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,354 [1406049]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,354 [1406049]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,354 [1406049]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,354 [1406049]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,354 [1406049]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,354 [1406049]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,382 [1406077]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,382 [1406077]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,382 [1406077]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,382 [1406077]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,382 [1406077]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,382 [1406077]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,382 [1406077]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,383 [1406078]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,383 [1406078]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,383 [1406078]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,384 [1406079]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,384 [1406079]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,404 [1406099]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,404 [1406099]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,404 [1406099]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,405 [1406100]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,405 [1406100]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,405 [1406100]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,405 [1406100]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,405 [1406100]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:06,405 [1406100]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,352 [1416047]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:16,738 [1416433]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,739 [1416434]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,739 [1416434]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,739 [1416434]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,741 [1416436]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,741 [1416436]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,741 [1416436]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,741 [1416436]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,742 [1416437]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,743 [1416438]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,743 [1416438]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,743 [1416438]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,751 [1416446]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,752 [1416447]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,752 [1416447]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,752 [1416447]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,753 [1416448]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,753 [1416448]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,753 [1416448]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,761 [1416456]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,761 [1416456]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,761 [1416456]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,761 [1416456]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,761 [1416456]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,761 [1416456]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,761 [1416456]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,761 [1416456]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,762 [1416457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,762 [1416457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,762 [1416457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,762 [1416457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,762 [1416457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,762 [1416457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,762 [1416457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,762 [1416457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,762 [1416457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,762 [1416457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,762 [1416457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,762 [1416457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,762 [1416457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,762 [1416457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,763 [1416458]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,763 [1416458]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,763 [1416458]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,763 [1416458]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,763 [1416458]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,763 [1416458]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,763 [1416458]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,763 [1416458]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,764 [1416459]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,764 [1416459]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,764 [1416459]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,764 [1416459]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,764 [1416459]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,764 [1416459]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,764 [1416459]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,764 [1416459]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,765 [1416460]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,765 [1416460]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,765 [1416460]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,765 [1416460]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,765 [1416460]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,765 [1416460]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,765 [1416460]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,765 [1416460]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,765 [1416460]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,765 [1416460]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,765 [1416460]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,765 [1416460]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,765 [1416460]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,766 [1416461]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,766 [1416461]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,766 [1416461]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,766 [1416461]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,766 [1416461]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,766 [1416461]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,766 [1416461]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,766 [1416461]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,766 [1416461]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,767 [1416462]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,768 [1416463]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,768 [1416463]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,768 [1416463]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,768 [1416463]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,768 [1416463]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,768 [1416463]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,768 [1416463]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,769 [1416464]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,769 [1416464]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,769 [1416464]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,770 [1416465]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,770 [1416465]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,770 [1416465]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,770 [1416465]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,770 [1416465]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,771 [1416466]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,771 [1416466]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,771 [1416466]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,771 [1416466]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,772 [1416467]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,772 [1416467]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,772 [1416467]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,772 [1416467]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,772 [1416467]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,772 [1416467]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,772 [1416467]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,772 [1416467]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,773 [1416468]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,773 [1416468]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,773 [1416468]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,773 [1416468]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,773 [1416468]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,773 [1416468]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,774 [1416469]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,774 [1416469]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,774 [1416469]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,774 [1416469]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,774 [1416469]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,774 [1416469]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,775 [1416470]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,776 [1416471]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,776 [1416471]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,776 [1416471]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,776 [1416471]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,776 [1416471]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,776 [1416471]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,776 [1416471]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,776 [1416471]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,776 [1416471]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,776 [1416471]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,776 [1416471]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,823 [1416518]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,823 [1416518]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,823 [1416518]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,823 [1416518]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,823 [1416518]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,823 [1416518]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,823 [1416518]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,823 [1416518]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,823 [1416518]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,824 [1416519]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,824 [1416519]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,824 [1416519]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,824 [1416519]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,823 [1416518]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,825 [1416520]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,826 [1416521]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,827 [1416522]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,827 [1416522]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,827 [1416522]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,827 [1416522]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,827 [1416522]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,827 [1416522]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,828 [1416523]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,828 [1416523]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,828 [1416523]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,828 [1416523]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,828 [1416523]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,828 [1416523]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,828 [1416523]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,828 [1416523]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,828 [1416523]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,828 [1416523]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,828 [1416523]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,828 [1416523]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,829 [1416524]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,829 [1416524]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,829 [1416524]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,829 [1416524]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,829 [1416524]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,829 [1416524]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,830 [1416525]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,830 [1416525]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,830 [1416525]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,830 [1416525]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,830 [1416525]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,830 [1416525]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,831 [1416526]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,831 [1416526]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,831 [1416526]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,850 [1416545]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,851 [1416546]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,851 [1416546]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,851 [1416546]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,851 [1416546]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,851 [1416546]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,851 [1416546]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,852 [1416547]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,852 [1416547]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,852 [1416547]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,871 [1416566]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,871 [1416566]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,871 [1416566]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,872 [1416567]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,872 [1416567]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,872 [1416567]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,872 [1416567]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,872 [1416567]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:16,872 [1416567]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,377 [1421072]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:21,537 [1421232]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:21,957 [1421652]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,957 [1421652]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,957 [1421652]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,958 [1421653]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,958 [1421653]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,958 [1421653]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,958 [1421653]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,958 [1421653]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,958 [1421653]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,958 [1421653]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,958 [1421653]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,958 [1421653]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,958 [1421653]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,958 [1421653]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,958 [1421653]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,959 [1421654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,960 [1421655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,960 [1421655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,960 [1421655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,960 [1421655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,960 [1421655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,960 [1421655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,960 [1421655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,960 [1421655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,960 [1421655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,960 [1421655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,960 [1421655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,960 [1421655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,960 [1421655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,960 [1421655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,960 [1421655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,960 [1421655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,960 [1421655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,960 [1421655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,961 [1421656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,961 [1421656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,961 [1421656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,961 [1421656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,961 [1421656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,961 [1421656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,961 [1421656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,961 [1421656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,961 [1421656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,961 [1421656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,961 [1421656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,961 [1421656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,961 [1421656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,961 [1421656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,961 [1421656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,962 [1421657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,962 [1421657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,962 [1421657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,962 [1421657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,962 [1421657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,962 [1421657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,962 [1421657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,962 [1421657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,962 [1421657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,962 [1421657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,962 [1421657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,962 [1421657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,962 [1421657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,962 [1421657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,963 [1421658]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,963 [1421658]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,962 [1421657]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,963 [1421658]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,963 [1421658]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,963 [1421658]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,963 [1421658]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,964 [1421659]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,964 [1421659]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,964 [1421659]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,964 [1421659]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,964 [1421659]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,964 [1421659]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,964 [1421659]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,964 [1421659]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,964 [1421659]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,965 [1421660]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,965 [1421660]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,965 [1421660]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,965 [1421660]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,965 [1421660]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,965 [1421660]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,965 [1421660]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,965 [1421660]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,965 [1421660]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,965 [1421660]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,965 [1421660]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,965 [1421660]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,966 [1421661]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,966 [1421661]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,966 [1421661]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,966 [1421661]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,966 [1421661]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,966 [1421661]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,966 [1421661]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,966 [1421661]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,966 [1421661]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,966 [1421661]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,966 [1421661]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,966 [1421661]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,967 [1421662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,967 [1421662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,967 [1421662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,967 [1421662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,967 [1421662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,967 [1421662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,967 [1421662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,967 [1421662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,967 [1421662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,967 [1421662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,967 [1421662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,967 [1421662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,967 [1421662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,967 [1421662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,968 [1421663]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,968 [1421663]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,968 [1421663]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,968 [1421663]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,969 [1421664]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,969 [1421664]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,969 [1421664]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,969 [1421664]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,969 [1421664]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,969 [1421664]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,969 [1421664]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,969 [1421664]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,969 [1421664]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,970 [1421665]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,970 [1421665]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,970 [1421665]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,970 [1421665]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,970 [1421665]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,970 [1421665]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,970 [1421665]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,970 [1421665]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,970 [1421665]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,970 [1421665]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,970 [1421665]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,970 [1421665]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,972 [1421667]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,972 [1421667]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,972 [1421667]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,973 [1421668]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,973 [1421668]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,973 [1421668]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,973 [1421668]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,973 [1421668]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,973 [1421668]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,973 [1421668]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,973 [1421668]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,973 [1421668]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,974 [1421669]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,974 [1421669]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,974 [1421669]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,974 [1421669]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,974 [1421669]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,974 [1421669]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,974 [1421669]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,974 [1421669]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,974 [1421669]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,974 [1421669]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,974 [1421669]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,974 [1421669]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,981 [1421676]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,981 [1421676]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,981 [1421676]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,981 [1421676]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,981 [1421676]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,981 [1421676]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,981 [1421676]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,981 [1421676]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,981 [1421676]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,981 [1421676]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,981 [1421676]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,981 [1421676]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,982 [1421677]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,982 [1421677]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,982 [1421677]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,982 [1421677]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,982 [1421677]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,982 [1421677]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,982 [1421677]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,982 [1421677]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:21,982 [1421677]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,033 [1421728]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,033 [1421728]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,033 [1421728]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,033 [1421728]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,033 [1421728]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,033 [1421728]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,034 [1421729]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,034 [1421729]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,034 [1421729]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,034 [1421729]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,034 [1421729]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,034 [1421729]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,035 [1421730]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,035 [1421730]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,035 [1421730]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,035 [1421730]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,035 [1421730]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,035 [1421730]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,035 [1421730]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,035 [1421730]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,035 [1421730]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,036 [1421731]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,036 [1421731]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,036 [1421731]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,036 [1421731]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,036 [1421731]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,036 [1421731]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,036 [1421731]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,036 [1421731]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,036 [1421731]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,039 [1421734]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,039 [1421734]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,039 [1421734]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,039 [1421734]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,039 [1421734]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,039 [1421734]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,040 [1421735]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,040 [1421735]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,040 [1421735]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,042 [1421737]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,042 [1421737]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,043 [1421738]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,044 [1421739]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,045 [1421740]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,045 [1421740]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,045 [1421740]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,045 [1421740]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,045 [1421740]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,045 [1421740]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,046 [1421741]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,046 [1421741]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,046 [1421741]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,054 [1421749]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,055 [1421750]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,055 [1421750]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,055 [1421750]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,055 [1421750]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,055 [1421750]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,055 [1421750]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,055 [1421750]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,055 [1421750]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,073 [1421768]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,073 [1421768]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,074 [1421769]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,074 [1421769]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,076 [1421771]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,076 [1421771]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,076 [1421771]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,264 [1421959]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:22,584 [1422279]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,584 [1422279]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,584 [1422279]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,584 [1422279]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,584 [1422279]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,584 [1422279]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,584 [1422279]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,584 [1422279]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,584 [1422279]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,584 [1422279]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,584 [1422279]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,584 [1422279]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,584 [1422279]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,584 [1422279]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,584 [1422279]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,585 [1422280]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,585 [1422280]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,585 [1422280]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,585 [1422280]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,585 [1422280]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,585 [1422280]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,585 [1422280]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,585 [1422280]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,585 [1422280]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,585 [1422280]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,585 [1422280]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,585 [1422280]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,585 [1422280]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,585 [1422280]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,585 [1422280]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,585 [1422280]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,585 [1422280]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,585 [1422280]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,586 [1422281]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,586 [1422281]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,586 [1422281]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,586 [1422281]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,586 [1422281]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,586 [1422281]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,586 [1422281]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,586 [1422281]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,586 [1422281]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,586 [1422281]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,586 [1422281]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,586 [1422281]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,586 [1422281]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,586 [1422281]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,586 [1422281]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,586 [1422281]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,586 [1422281]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,586 [1422281]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,587 [1422282]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,587 [1422282]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,587 [1422282]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,587 [1422282]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,587 [1422282]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,587 [1422282]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,587 [1422282]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,587 [1422282]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,587 [1422282]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,587 [1422282]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,587 [1422282]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,587 [1422282]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,587 [1422282]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,587 [1422282]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,587 [1422282]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,588 [1422283]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,588 [1422283]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,588 [1422283]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,588 [1422283]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,588 [1422283]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,588 [1422283]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,588 [1422283]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,588 [1422283]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,588 [1422283]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,588 [1422283]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,588 [1422283]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,588 [1422283]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,588 [1422283]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,588 [1422283]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,588 [1422283]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,589 [1422284]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,589 [1422284]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,589 [1422284]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,589 [1422284]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,589 [1422284]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,589 [1422284]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,589 [1422284]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,589 [1422284]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,589 [1422284]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,590 [1422285]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,590 [1422285]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,590 [1422285]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,590 [1422285]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,590 [1422285]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,590 [1422285]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,590 [1422285]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,590 [1422285]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,590 [1422285]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,590 [1422285]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,590 [1422285]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,590 [1422285]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,591 [1422286]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,591 [1422286]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,591 [1422286]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,591 [1422286]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,591 [1422286]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,591 [1422286]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,591 [1422286]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,591 [1422286]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,591 [1422286]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,591 [1422286]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,591 [1422286]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,591 [1422286]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,592 [1422287]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,592 [1422287]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,592 [1422287]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,592 [1422287]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,592 [1422287]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,592 [1422287]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,592 [1422287]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,592 [1422287]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,592 [1422287]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,592 [1422287]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,592 [1422287]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,592 [1422287]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,593 [1422288]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,593 [1422288]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,593 [1422288]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,593 [1422288]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,593 [1422288]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,593 [1422288]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,593 [1422288]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,593 [1422288]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,593 [1422288]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,593 [1422288]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,593 [1422288]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,593 [1422288]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,594 [1422289]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,594 [1422289]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,594 [1422289]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,594 [1422289]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,594 [1422289]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,594 [1422289]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,594 [1422289]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,594 [1422289]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,594 [1422289]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,595 [1422290]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,595 [1422290]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,595 [1422290]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,596 [1422291]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,596 [1422291]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,596 [1422291]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,596 [1422291]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,596 [1422291]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,596 [1422291]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,596 [1422291]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,596 [1422291]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,596 [1422291]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,596 [1422291]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,596 [1422291]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,596 [1422291]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,598 [1422293]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,598 [1422293]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,598 [1422293]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,598 [1422293]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,598 [1422293]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,598 [1422293]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,598 [1422293]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,598 [1422293]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,598 [1422293]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,598 [1422293]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,598 [1422293]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,599 [1422294]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,599 [1422294]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,599 [1422294]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,600 [1422295]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,600 [1422295]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,600 [1422295]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,600 [1422295]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,600 [1422295]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,600 [1422295]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,600 [1422295]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,600 [1422295]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,600 [1422295]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,600 [1422295]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,606 [1422301]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,606 [1422301]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,606 [1422301]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,607 [1422302]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,607 [1422302]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,607 [1422302]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,607 [1422302]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,607 [1422302]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,607 [1422302]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,607 [1422302]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,607 [1422302]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,607 [1422302]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,607 [1422302]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,607 [1422302]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,607 [1422302]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,607 [1422302]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,607 [1422302]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,607 [1422302]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,607 [1422302]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,607 [1422302]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,607 [1422302]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,664 [1422359]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,664 [1422359]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,664 [1422359]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,665 [1422360]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,665 [1422360]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,665 [1422360]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,665 [1422360]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,665 [1422360]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,665 [1422360]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,666 [1422361]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,666 [1422361]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,666 [1422361]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,666 [1422361]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,666 [1422361]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,666 [1422361]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,666 [1422361]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,666 [1422361]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,666 [1422361]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,672 [1422367]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,672 [1422367]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,673 [1422368]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,674 [1422369]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,674 [1422369]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,675 [1422370]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,675 [1422370]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,674 [1422369]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,675 [1422370]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,675 [1422370]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,675 [1422370]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,676 [1422371]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,676 [1422371]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,677 [1422372]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,677 [1422372]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,677 [1422372]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,677 [1422372]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,678 [1422373]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,682 [1422377]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,683 [1422378]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,683 [1422378]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,683 [1422378]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,686 [1422381]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,686 [1422381]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,686 [1422381]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,687 [1422382]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,687 [1422382]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,687 [1422382]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,688 [1422383]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,688 [1422383]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,688 [1422383]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,689 [1422384]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,689 [1422384]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,689 [1422384]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,690 [1422385]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,690 [1422385]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,690 [1422385]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,690 [1422385]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,690 [1422385]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,690 [1422385]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,690 [1422385]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,690 [1422385]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,690 [1422385]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,706 [1422401]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,706 [1422401]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,707 [1422402]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,707 [1422402]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,711 [1422406]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,711 [1422406]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:22,711 [1422406]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,281 [1422976]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:23,631 [1423326]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,631 [1423326]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,631 [1423326]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,631 [1423326]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,631 [1423326]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,631 [1423326]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,631 [1423326]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,631 [1423326]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,632 [1423327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,632 [1423327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,632 [1423327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,632 [1423327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,632 [1423327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,632 [1423327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,632 [1423327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,632 [1423327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,632 [1423327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,632 [1423327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,632 [1423327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,632 [1423327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,632 [1423327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,632 [1423327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,632 [1423327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,632 [1423327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,633 [1423328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,633 [1423328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,633 [1423328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,633 [1423328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,633 [1423328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,633 [1423328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,633 [1423328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,633 [1423328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,633 [1423328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,633 [1423328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,633 [1423328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,633 [1423328]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,634 [1423329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,634 [1423329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,634 [1423329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,634 [1423329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,634 [1423329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,634 [1423329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,634 [1423329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,634 [1423329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,634 [1423329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,634 [1423329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,634 [1423329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,634 [1423329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,634 [1423329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,634 [1423329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,634 [1423329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,634 [1423329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,634 [1423329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,635 [1423330]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,635 [1423330]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,635 [1423330]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,635 [1423330]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,635 [1423330]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,635 [1423330]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,635 [1423330]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,635 [1423330]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,635 [1423330]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,635 [1423330]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,635 [1423330]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,635 [1423330]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,635 [1423330]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,636 [1423331]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,636 [1423331]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,636 [1423331]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,636 [1423331]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,636 [1423331]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,636 [1423331]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,636 [1423331]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,636 [1423331]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,636 [1423331]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,636 [1423331]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,636 [1423331]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,636 [1423331]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,636 [1423331]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,636 [1423331]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,636 [1423331]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,637 [1423332]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,637 [1423332]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,637 [1423332]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,637 [1423332]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,637 [1423332]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,637 [1423332]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,637 [1423332]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,637 [1423332]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,637 [1423332]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,638 [1423333]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,638 [1423333]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,638 [1423333]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,638 [1423333]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,638 [1423333]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,638 [1423333]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,638 [1423333]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,638 [1423333]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,638 [1423333]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,638 [1423333]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,638 [1423333]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,638 [1423333]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,639 [1423334]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,639 [1423334]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,640 [1423335]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,640 [1423335]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,640 [1423335]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,640 [1423335]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,640 [1423335]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,640 [1423335]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,640 [1423335]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,640 [1423335]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,640 [1423335]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,640 [1423335]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,641 [1423336]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,641 [1423336]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,642 [1423337]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,642 [1423337]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,642 [1423337]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,642 [1423337]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,642 [1423337]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,642 [1423337]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,642 [1423337]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,643 [1423338]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,643 [1423338]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,643 [1423338]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,644 [1423339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,644 [1423339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,644 [1423339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,644 [1423339]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,645 [1423340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,645 [1423340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,645 [1423340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,645 [1423340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,645 [1423340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,645 [1423340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,645 [1423340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,645 [1423340]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,646 [1423341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,646 [1423341]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,647 [1423342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,647 [1423342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,647 [1423342]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,648 [1423343]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,648 [1423343]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,648 [1423343]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,648 [1423343]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,648 [1423343]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,648 [1423343]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,648 [1423343]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,651 [1423346]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,651 [1423346]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,651 [1423346]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,651 [1423346]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,651 [1423346]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,651 [1423346]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,651 [1423346]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,651 [1423346]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,651 [1423346]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,651 [1423346]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,651 [1423346]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,651 [1423346]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,653 [1423348]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,653 [1423348]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,653 [1423348]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,654 [1423349]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,654 [1423349]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,654 [1423349]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,654 [1423349]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,654 [1423349]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,654 [1423349]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,654 [1423349]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,654 [1423349]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,654 [1423349]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,655 [1423350]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,655 [1423350]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,655 [1423350]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,655 [1423350]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,655 [1423350]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,655 [1423350]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,655 [1423350]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,655 [1423350]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,655 [1423350]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,656 [1423351]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,656 [1423351]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,656 [1423351]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,662 [1423357]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,662 [1423357]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,662 [1423357]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,662 [1423357]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,662 [1423357]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,662 [1423357]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,662 [1423357]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,662 [1423357]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,662 [1423357]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,662 [1423357]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,662 [1423357]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,662 [1423357]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,663 [1423358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,663 [1423358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,663 [1423358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,663 [1423358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,663 [1423358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,663 [1423358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,663 [1423358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,663 [1423358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,663 [1423358]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,713 [1423408]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,713 [1423408]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,713 [1423408]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,713 [1423408]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,713 [1423408]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,713 [1423408]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,714 [1423409]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,714 [1423409]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,714 [1423409]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,714 [1423409]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,714 [1423409]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,714 [1423409]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,715 [1423410]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,715 [1423410]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,715 [1423410]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,715 [1423410]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,715 [1423410]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,715 [1423410]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,715 [1423410]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,715 [1423410]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,715 [1423410]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,716 [1423411]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,716 [1423411]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,716 [1423411]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,716 [1423411]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,716 [1423411]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,716 [1423411]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,716 [1423411]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,716 [1423411]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,716 [1423411]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,719 [1423414]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,719 [1423414]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,719 [1423414]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,719 [1423414]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,719 [1423414]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,719 [1423414]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,720 [1423415]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,720 [1423415]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,720 [1423415]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,723 [1423418]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,723 [1423418]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,723 [1423418]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,725 [1423420]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,725 [1423420]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,725 [1423420]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,725 [1423420]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,725 [1423420]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,726 [1423421]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,726 [1423421]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,726 [1423421]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,726 [1423421]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,726 [1423421]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,738 [1423433]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,739 [1423434]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,739 [1423434]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,739 [1423434]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,739 [1423434]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,739 [1423434]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,739 [1423434]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,739 [1423434]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,739 [1423434]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,757 [1423452]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,760 [1423455]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,760 [1423455]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,760 [1423455]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,760 [1423455]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,760 [1423455]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:23,761 [1423456]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:24,902 [1424597]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:24,902 [1424597]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:24,902 [1424597]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:24,903 [1424598]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:24,908 [1424603]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:24,908 [1424603]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:24,908 [1424603]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:24,908 [1424603]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:24,908 [1424603]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:24,908 [1424603]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:24,908 [1424603]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:24,908 [1424603]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:24,941 [1424636]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:24,941 [1424636]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:24,941 [1424636]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:24,949 [1424644]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:26,537 [1426232]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:26,932 [1426627]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:26,932 [1426627]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:26,932 [1426627]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:26,933 [1426628]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:26,933 [1426628]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:26,933 [1426628]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:26,933 [1426628]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:26,933 [1426628]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:26,933 [1426628]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:26,933 [1426628]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:26,933 [1426628]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:26,933 [1426628]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:26,967 [1426662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:26,968 [1426663]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:26,968 [1426663]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:26,973 [1426668]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:28,156 [1427851]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:28,386 [1428081]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:28,761 [1428456]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:28,761 [1428456]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:28,761 [1428456]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:28,762 [1428457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:28,762 [1428457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:28,762 [1428457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:28,762 [1428457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:28,762 [1428457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:28,762 [1428457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:28,762 [1428457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:28,762 [1428457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:28,762 [1428457]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:28,799 [1428494]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:28,799 [1428494]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:28,799 [1428494]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:28,807 [1428502]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:29,649 [1429344]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:29,982 [1429677]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:29,982 [1429677]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:29,982 [1429677]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:29,983 [1429678]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:29,983 [1429678]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:29,983 [1429678]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:29,983 [1429678]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:29,983 [1429678]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:29,983 [1429678]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:29,983 [1429678]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:29,983 [1429678]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:29,983 [1429678]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:30,015 [1429710]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:30,016 [1429711]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:30,016 [1429711]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:30,025 [1429720]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:31,504 [1431199]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:31,504 [1431199]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:31,504 [1431199]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:31,504 [1431199]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:31,504 [1431199]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:31,505 [1431200]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:31,505 [1431200]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:31,505 [1431200]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:31,505 [1431200]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:31,505 [1431200]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:31,505 [1431200]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:31,505 [1431200]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:31,562 [1431257]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:31,562 [1431257]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:31,562 [1431257]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:31,564 [1431259]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:32,856 [1432551]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:33,215 [1432910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:33,215 [1432910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:33,215 [1432910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:33,215 [1432910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:33,215 [1432910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:33,215 [1432910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:33,215 [1432910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:33,215 [1432910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:33,215 [1432910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:33,215 [1432910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:33,215 [1432910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:33,215 [1432910]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:33,300 [1432995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:33,300 [1432995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:33,300 [1432995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:33,300 [1432995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:33,300 [1432995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:33,300 [1432995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:33,300 [1432995]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:33,745 [1433440]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:34,160 [1433855]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:34,160 [1433855]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:34,160 [1433855]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:34,160 [1433855]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:34,160 [1433855]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:34,160 [1433855]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:34,160 [1433855]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:34,160 [1433855]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:34,160 [1433855]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:34,160 [1433855]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:34,160 [1433855]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:34,161 [1433856]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:34,228 [1433923]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:34,228 [1433923]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:34,229 [1433924]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:34,229 [1433924]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,023 [1438718]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:39,190 [1438885]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:39,564 [1439259]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,564 [1439259]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,564 [1439259]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,564 [1439259]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,564 [1439259]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,564 [1439259]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,564 [1439259]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,564 [1439259]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,565 [1439260]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,565 [1439260]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,564 [1439259]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,565 [1439260]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,619 [1439314]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,619 [1439314]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,619 [1439314]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,664 [1439359]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:39,959 [1439654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,959 [1439654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,959 [1439654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,959 [1439654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,959 [1439654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,959 [1439654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,959 [1439654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,959 [1439654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,959 [1439654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,959 [1439654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,959 [1439654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:39,959 [1439654]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:40,008 [1439703]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:40,008 [1439703]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:40,008 [1439703]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:40,017 [1439712]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:41,265 [1440960]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:41,265 [1440960]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:41,265 [1440960]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:41,265 [1440960]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:41,265 [1440960]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:41,265 [1440960]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:41,265 [1440960]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:41,265 [1440960]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:41,265 [1440960]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:41,265 [1440960]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:41,265 [1440960]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:41,265 [1440960]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:41,278 [1440973]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:41,278 [1440973]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:41,278 [1440973]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:41,289 [1440984]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:43,098 [1442793]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:43,552 [1443247]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:43,552 [1443247]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:43,552 [1443247]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:43,552 [1443247]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:43,552 [1443247]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:43,552 [1443247]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:43,553 [1443248]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:43,553 [1443248]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:43,552 [1443247]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:43,553 [1443248]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:43,552 [1443247]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:43,553 [1443248]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:43,573 [1443268]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:43,573 [1443268]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:43,573 [1443268]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:43,579 [1443274]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:44,164 [1443859]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:44,538 [1444233]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:44,538 [1444233]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:44,538 [1444233]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:44,539 [1444234]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:44,539 [1444234]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:44,539 [1444234]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:44,539 [1444234]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:44,539 [1444234]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:44,539 [1444234]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:44,539 [1444234]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:44,539 [1444234]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:44,539 [1444234]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:44,557 [1444252]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:44,564 [1444259]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:44,564 [1444259]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:44,565 [1444260]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:44,749 [1444444]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:45,117 [1444812]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,117 [1444812]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,117 [1444812]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,118 [1444813]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,118 [1444813]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,118 [1444813]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,118 [1444813]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,118 [1444813]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,118 [1444813]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,118 [1444813]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,118 [1444813]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,118 [1444813]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,135 [1444830]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,135 [1444830]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,135 [1444830]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,142 [1444837]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,441 [1445136]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:45,752 [1445447]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,752 [1445447]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,753 [1445448]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,753 [1445448]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,753 [1445448]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,753 [1445448]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,754 [1445449]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,754 [1445449]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,754 [1445449]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,754 [1445449]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,754 [1445449]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,754 [1445449]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,771 [1445466]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,771 [1445466]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,772 [1445467]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:45,776 [1445471]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:47,033 [1446728]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:47,033 [1446728]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:47,033 [1446728]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:47,033 [1446728]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:47,033 [1446728]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:47,033 [1446728]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:47,033 [1446728]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:47,034 [1446729]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:47,034 [1446729]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:47,034 [1446729]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:47,034 [1446729]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:47,034 [1446729]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:47,103 [1446798]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:47,103 [1446798]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:47,103 [1446798]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:47,107 [1446802]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:50,100 [1449795]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:50,470 [1450165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:50,470 [1450165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:50,470 [1450165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:50,470 [1450165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:50,470 [1450165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:50,470 [1450165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:50,470 [1450165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:50,470 [1450165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:50,470 [1450165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:50,470 [1450165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:50,470 [1450165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:50,470 [1450165]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:50,558 [1450253]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:50,558 [1450253]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:50,558 [1450253]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:50,558 [1450253]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:50,558 [1450253]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:50,558 [1450253]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:50,559 [1450254]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:51,039 [1450734]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:51,297 [1450992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:51,297 [1450992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:51,297 [1450992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:51,297 [1450992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:51,297 [1450992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:51,297 [1450992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:51,297 [1450992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:51,297 [1450992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:51,297 [1450992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:51,297 [1450992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:51,297 [1450992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:51,297 [1450992]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:51,360 [1451055]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:51,360 [1451055]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:51,360 [1451055]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:51,365 [1451060]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:52,586 [1452281]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:53,001 [1452696]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:53,001 [1452696]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:53,001 [1452696]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:53,001 [1452696]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:53,001 [1452696]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:53,001 [1452696]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:53,001 [1452696]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:53,001 [1452696]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:53,001 [1452696]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:53,001 [1452696]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:53,002 [1452697]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:53,002 [1452697]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:53,076 [1452771]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:53,076 [1452771]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:53,076 [1452771]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:53,081 [1452776]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:56,749 [1456444]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:15:57,181 [1456876]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:57,181 [1456876]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:57,181 [1456876]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:57,182 [1456877]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:57,182 [1456877]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:57,182 [1456877]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:57,182 [1456877]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:57,182 [1456877]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:57,182 [1456877]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:57,182 [1456877]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:57,182 [1456877]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:57,182 [1456877]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:57,247 [1456942]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:57,247 [1456942]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:57,247 [1456942]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:15:57,252 [1456947]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:37,240 [1496935]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:16:37,599 [1497294]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:16:37,984 [1497679]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:37,984 [1497679]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:37,984 [1497679]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:37,985 [1497680]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:37,985 [1497680]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:37,985 [1497680]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:37,985 [1497680]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:37,985 [1497680]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:37,985 [1497680]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:37,985 [1497680]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:37,985 [1497680]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:37,986 [1497681]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:38,056 [1497751]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:38,056 [1497751]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:38,056 [1497751]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:38,060 [1497755]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:54,438 [1514133]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:54,438 [1514133]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:54,438 [1514133]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:54,439 [1514134]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:54,439 [1514134]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:54,439 [1514134]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:54,439 [1514134]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:54,439 [1514134]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:54,439 [1514134]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:54,439 [1514134]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:54,439 [1514134]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:54,439 [1514134]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:54,471 [1514166]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:54,471 [1514166]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:54,471 [1514166]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:54,475 [1514170]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:55,877 [1515572]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:16:56,263 [1515958]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:56,263 [1515958]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:56,263 [1515958]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:56,263 [1515958]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:56,263 [1515958]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:56,263 [1515958]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:56,263 [1515958]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:56,263 [1515958]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:56,263 [1515958]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:56,263 [1515958]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:56,263 [1515958]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:56,263 [1515958]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:56,770 [1516465]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:56,770 [1516465]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:56,770 [1516465]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:56,777 [1516472]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:57,245 [1516940]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:16:57,582 [1517277]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:57,582 [1517277]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:57,582 [1517277]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:57,583 [1517278]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:57,583 [1517278]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:57,583 [1517278]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:57,583 [1517278]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:57,583 [1517278]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:57,583 [1517278]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:57,583 [1517278]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:57,583 [1517278]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:57,583 [1517278]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:57,626 [1517321]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:57,626 [1517321]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:57,626 [1517321]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:57,632 [1517327]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:58,031 [1517726]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:16:58,277 [1517972]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:58,277 [1517972]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:58,277 [1517972]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:58,277 [1517972]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:58,277 [1517972]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:58,277 [1517972]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:58,277 [1517972]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:58,277 [1517972]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:58,277 [1517972]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:58,277 [1517972]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:58,277 [1517972]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:58,277 [1517972]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:58,322 [1518017]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:58,322 [1518017]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:58,322 [1518017]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:16:58,326 [1518021]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:09,653 [1529348]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:17:09,766 [1529461]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:17:10,067 [1529762]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:10,067 [1529762]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:10,067 [1529762]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:10,068 [1529763]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:10,068 [1529763]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:10,068 [1529763]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:10,068 [1529763]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:10,068 [1529763]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:10,068 [1529763]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:10,068 [1529763]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:10,068 [1529763]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:10,068 [1529763]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:10,105 [1529800]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:10,105 [1529800]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:10,105 [1529800]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:10,112 [1529807]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:15,331 [1535026]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:17:25,640 [1545335]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:17:27,079 [1546774]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:27,079 [1546774]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:27,079 [1546774]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:27,079 [1546774]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:27,079 [1546774]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:27,079 [1546774]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:27,079 [1546774]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:27,079 [1546774]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:27,079 [1546774]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:27,079 [1546774]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:27,079 [1546774]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:27,079 [1546774]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:27,118 [1546813]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:27,118 [1546813]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:27,118 [1546813]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:27,119 [1546814]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:29,574 [1549269]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:17:30,009 [1549704]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:30,009 [1549704]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:30,009 [1549704]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:30,010 [1549705]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:30,010 [1549705]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:30,010 [1549705]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:30,010 [1549705]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:30,010 [1549705]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:30,010 [1549705]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:30,010 [1549705]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:30,010 [1549705]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:30,010 [1549705]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:30,066 [1549761]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:30,066 [1549761]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:30,066 [1549761]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:30,070 [1549765]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:30,774 [1550469]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:17:31,184 [1550879]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:31,184 [1550879]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:31,184 [1550879]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:31,184 [1550879]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:31,184 [1550879]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:31,184 [1550879]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:31,184 [1550879]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:31,185 [1550880]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:31,185 [1550880]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:31,184 [1550879]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:31,185 [1550880]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:31,185 [1550880]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:31,233 [1550928]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:31,233 [1550928]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:31,233 [1550928]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:31,237 [1550932]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:31,759 [1551454]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:17:32,149 [1551844]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:32,149 [1551844]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:32,149 [1551844]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:32,149 [1551844]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:32,149 [1551844]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:32,149 [1551844]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:32,149 [1551844]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:32,149 [1551844]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:32,149 [1551844]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:32,149 [1551844]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:32,150 [1551845]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:32,149 [1551844]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:32,150 [1551845]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:32,150 [1551845]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:32,150 [1551845]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:32,150 [1551845]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:32,150 [1551845]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:32,150 [1551845]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:32,150 [1551845]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:41,548 [1561243]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:17:41,939 [1561634]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:41,939 [1561634]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:41,939 [1561634]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:41,940 [1561635]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:41,940 [1561635]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:41,940 [1561635]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:41,940 [1561635]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:41,940 [1561635]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:41,940 [1561635]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:41,940 [1561635]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:41,940 [1561635]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:41,940 [1561635]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:41,977 [1561672]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:41,977 [1561672]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:41,978 [1561673]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:42,016 [1561711]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:17:42,301 [1561996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:42,301 [1561996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:42,301 [1561996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:42,301 [1561996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:42,301 [1561996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:42,301 [1561996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:42,301 [1561996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:42,301 [1561996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:42,301 [1561996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:42,301 [1561996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:42,301 [1561996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:42,301 [1561996]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:42,340 [1562035]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:42,341 [1562036]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:42,341 [1562036]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:42,344 [1562039]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:45,881 [1565576]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:45,882 [1565577]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:45,882 [1565577]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:45,882 [1565577]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:45,882 [1565577]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:45,882 [1565577]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:45,882 [1565577]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:45,882 [1565577]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:45,882 [1565577]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:45,882 [1565577]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:45,882 [1565577]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:45,882 [1565577]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:45,909 [1565604]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:45,909 [1565604]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:45,909 [1565604]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:45,918 [1565613]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:47,785 [1567480]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:17:48,155 [1567850]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,155 [1567850]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,156 [1567851]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,156 [1567851]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,156 [1567851]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,156 [1567851]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,157 [1567852]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,157 [1567852]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,193 [1567888]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,193 [1567888]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,193 [1567888]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,201 [1567896]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,576 [1568271]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:17:48,960 [1568655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,960 [1568655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,960 [1568655]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,961 [1568656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,961 [1568656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,961 [1568656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,961 [1568656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,961 [1568656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,961 [1568656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,961 [1568656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,961 [1568656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,961 [1568656]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,998 [1568693]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,998 [1568693]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:48,998 [1568693]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:49,003 [1568698]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:54,333 [1574028]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Reindexing refreshed files of sdk : 24 to update, calculated in 0ms
2022-10-10 17:17:54,358 [1574053]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Using 4 threads for indexing
2022-10-10 17:17:54,361 [1574056]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:17:54,403 [1574098]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:17:54,600 [1574295]   INFO - #c.i.d.PerformanceWatcherImpl - Reindexing refreshed files of sdk took 245ms; general responsiveness: ok; EDT responsiveness: ok
2022-10-10 17:17:54,650 [1574345]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:17:54,918 [1574613]   INFO - #c.i.c.ComponentStoreImpl - Saving appAndroidEditors took 23 ms, GeneralSettings took 13 ms, LafManager took 11 ms, NotificationConfiguration took 14 ms
2022-10-10 17:17:55,010 [1574705]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:17:55,254 [1574949]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=sdk, containerState=COMPONENT_CREATED, componentStore=/Users/ben/citymapper/sdk-internal/android)GradleLocalSettings took 47 ms, sourceFolderManager took 11 ms
2022-10-10 17:17:55,495 [1575190]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=citymapper-android, containerState=COMPONENT_CREATED, componentStore=/Users/ben/citymapper/citymapper-android)GradleLocalSettings took 37 ms, sourceFolderManager took 23 ms
2022-10-10 17:17:55,783 [1575478]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:55,783 [1575478]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:55,784 [1575479]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:55,784 [1575479]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:55,784 [1575479]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:55,783 [1575478]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:55,784 [1575479]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:55,785 [1575480]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:55,785 [1575480]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:55,785 [1575480]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:55,785 [1575480]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:55,785 [1575480]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:55,837 [1575532]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:55,837 [1575532]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:55,837 [1575532]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:55,841 [1575536]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:17:58,339 [1578034]   WARN - #c.a.t.i.l.c.LintIdeClient - com.evernote.android.state.lint.registry.StateIssueRegistry in /Users/ben/.gradle/caches/transforms-3/ec5e1a24a124e943ef1f548d2ae897f5/transformed/android-state-1.4.1/jars/lint.jar does not specify a vendor; see IssueRegistry#vendor
2022-10-10 17:17:58,421 [1578116]   WARN - #c.a.t.i.l.c.LintIdeClient - com.citymapper.app.lint.CMIssueRegistry in /Users/ben/citymapper/citymapper-android/build/projects/lint-checks/libs/lint-checks.jar does not specify a vendor; see IssueRegistry#vendor
2022-10-10 17:18:16,292 [1595987]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:18:18,006 [1597701]   INFO - #c.i.o.e.u.ExternalSystemUtil - External project [/Users/ben/citymapper/sdk-internal/android] resolution task started
2022-10-10 17:18:18,007 [1597702]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$SyncStateUpdater - onStart(RESOLVE_PROJECT:5, /Users/ben/citymapper/sdk-internal/android)
2022-10-10 17:18:18,007 [1597702]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$SyncStateUpdaterService - trackTask(RESOLVE_PROJECT:5, /Users/ben/citymapper/sdk-internal/android)
2022-10-10 17:18:18,007 [1597702]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder - Started (TRIGGER_USER_SYNC_ACTION) sync with Gradle for project 'sdk'.
2022-10-10 17:18:18,081 [1597776]   INFO - #c.j.k.c.KonanLog - Could not setup debug for task=Gradle task RESOLVE_PROJECT:5: IN_PROGRESS
2022-10-10 17:18:18,082 [1597777]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:18:18,082 [1597777]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:18:18,088 [1597783]   INFO - #c.a.t.i.g.p.c.GradleInitScripts - init script file sync.studio.tooling contents "initscript {\n    dependencies {\n        classpath files(['/Users/ben/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-2/222.4167.29.2221.9133400/Android Studio Preview.app/Contents/plugins/android/lib/android.jar', '/Users/ben/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-2/222.4167.29.2221.9133400/Android Studio Preview.app/Contents/plugins/android/lib/android.jar', '/Users/ben/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-2/222.4167.29.2221.9133400/Android Studio Preview.app/Contents/lib/3rd-party-rt.jar'])\n    }\n}\nallprojects {\n    apply plugin: com.android.ide.gradle.model.builder.AndroidStudioToolingPlugin\n}\n"
2022-10-10 17:18:18,100 [1597795]   INFO - #o.j.p.g.s.e.GradleExecutionHelper - Passing command-line args to Gradle Tooling API: --init-script /private/var/folders/2f/09j67c7j1gld5smt7y6kn3280000gn/T/ijmapper.gradle -Didea.sync.active=true -Didea.resolveSourceSetDependencies=true -Porg.gradle.kotlin.dsl.provider.cid=933987689651791 --init-script /private/var/folders/2f/09j67c7j1gld5smt7y6kn3280000gn/T/sync.studio.tooling7.gradle -Djava.awt.headless=true --stacktrace -Pandroid.injected.build.model.only=true -Pandroid.injected.build.model.only.advanced=true -Pandroid.injected.invoked.from.ide=true -Pandroid.injected.build.model.only.versioned=3 -Pandroid.injected.studio.version=2022.2.1 Canary 3 -Pandroid.injected.build.model.disable.src.download=true -Pidea.gradle.do.not.build.tasks=true -Dorg.gradle.internal.GradleProjectBuilderOptions=omit_all_tasks -Pkotlin.mpp.enableIntransitiveMetadataConfiguration=true --init-script /private/var/folders/2f/09j67c7j1gld5smt7y6kn3280000gn/T/ijinit.gradle
2022-10-10 17:18:21,599 [1601294]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$SyncStateUpdater - onSuccess(RESOLVE_PROJECT:5)
2022-10-10 17:18:21,599 [1601294]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder - Started setup of project 'sdk'.
2022-10-10 17:18:21,603 [1601298]   INFO - #c.i.o.e.u.ExternalSystemUtil - External project [/Users/ben/citymapper/sdk-internal/android] resolution task executed in 3597 ms.
2022-10-10 17:18:21,972 [1601667]   INFO - #c.i.o.e.s.p.m.ExternalProjectsDataStorage - Save external projects data in 45 ms
2022-10-10 17:18:21,997 [1601692]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=sdk, containerState=COMPONENT_CREATED, componentStore=/Users/ben/citymapper/sdk-internal/android)GradleLocalSettings took 11 ms
2022-10-10 17:18:22,394 [1602089]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:22,623 [1602318]   INFO - #c.a.t.n.s.NativeWorkspaceModificationTask - NDK support for project 'sdk' is disabled because the project doesn't contain any valid native configurations.
2022-10-10 17:18:22,659 [1602354]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:18:23,046 [1602741]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :imageloader-coil
2022-10-10 17:18:23,052 [1602747]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :microbenchmark
2022-10-10 17:18:23,052 [1602747]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :common-ui:compose
2022-10-10 17:18:23,052 [1602747]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :common-ui:impl
2022-10-10 17:18:23,052 [1602747]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :common-ui:theme
2022-10-10 17:18:23,052 [1602747]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :core:android
2022-10-10 17:18:23,052 [1602747]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :core:android-api24
2022-10-10 17:18:23,052 [1602747]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions:impl
2022-10-10 17:18:23,053 [1602748]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:components
2022-10-10 17:18:23,053 [1602748]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:impl
2022-10-10 17:18:23,053 [1602748]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:map
2022-10-10 17:18:23,053 [1602748]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:model
2022-10-10 17:18:23,053 [1602748]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:previews
2022-10-10 17:18:23,053 [1602748]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:sample
2022-10-10 17:18:23,053 [1602748]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :directions-ui:test-fixtures
2022-10-10 17:18:23,053 [1602748]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :internal:android-test-utils
2022-10-10 17:18:23,053 [1602748]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :internal:api-interceptor
2022-10-10 17:18:23,054 [1602749]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :location:google
2022-10-10 17:18:23,054 [1602749]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :location:public
2022-10-10 17:18:23,054 [1602749]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :location:testFixtures
2022-10-10 17:18:23,054 [1602749]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :map:impl
2022-10-10 17:18:23,054 [1602749]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :map:mapcompose
2022-10-10 17:18:23,054 [1602749]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :navigation:impl
2022-10-10 17:18:23,054 [1602749]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :navigation:sample
2022-10-10 17:18:23,054 [1602749]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :navigation-ui:components
2022-10-10 17:18:23,054 [1602749]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :navigation-ui:impl
2022-10-10 17:18:23,055 [1602750]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :nearby:impl
2022-10-10 17:18:23,055 [1602750]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :search-ui:components
2022-10-10 17:18:23,055 [1602750]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :search-ui:impl
2022-10-10 17:18:23,055 [1602750]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :telemetry:impl
2022-10-10 17:18:23,055 [1602750]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :time-date-picker-ui:components
2022-10-10 17:18:23,055 [1602750]   INFO - #c.a.t.i.g.p.s.SdkSync - Set Android SDK 'Android API 32 Platform' (/Users/ben/Library/Android/sdk) to module :core:log:android
2022-10-10 17:18:23,094 [1602789]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$DataImportListener - onImportFinished(/Users/ben/citymapper/sdk-internal/android)
2022-10-10 17:18:23,094 [1602789]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$SyncStateUpdaterService - stopTrackingTask(/Users/ben/citymapper/sdk-internal/android)
2022-10-10 17:18:23,094 [1602789]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder$SyncStateUpdaterService - stopTrackingTask(RESOLVE_PROJECT:5)
2022-10-10 17:18:23,094 [1602789]   INFO - #c.a.t.i.g.p.s.GradleSyncStateHolder - Gradle sync finished in 5 s 87 ms
2022-10-10 17:18:23,098 [1602793]   INFO - #c.a.t.i.g.p.s.s.p.MemorySettingsPostSyncChecker - 64bits? : true, current: 4096, available RAM: 32768
2022-10-10 17:18:23,099 [1602794]   INFO - #c.a.t.i.m.MemorySettingsRecommendation - recommendation based on machine: 4096, on project: 3072
2022-10-10 17:18:23,168 [1602863]   INFO - #c.i.u.i.UnindexedFilesUpdater - Started scanning for indexing of sdk. Reason: changes in: "Library Gradle: kaptGeneratedClasses"
2022-10-10 17:18:23,169 [1602864]   INFO - #c.i.u.i.UnindexedFilesUpdater - Performing delayed pushing properties tasks for sdk took 1ms; general responsiveness: ok; EDT responsiveness: ok
2022-10-10 17:18:23,169 [1602864]   INFO - #c.i.u.i.UnindexedFilesUpdater - Scanning of sdk uses 9 scanning threads
2022-10-10 17:18:23,169 [1602864]   INFO - #c.i.u.i.UnindexedFilesUpdater - Scanning completed for sdk. Number of scanned files: 0; Number of files for indexing: 0 took 0ms; general responsiveness: ok; EDT responsiveness: ok
2022-10-10 17:18:23,169 [1602864]   INFO - #c.i.u.i.UnindexedFilesUpdater - Finished for sdk. No files to index with loading content.
2022-10-10 17:18:23,182 [1602877]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:18:23,991 [1603686]   INFO - #c.g.s.f.i.c.FirebaseAppManager - New app states on sync SUCCESS: {Module: 'sdk.directions-ui.sample'=FirebaseApp(module=Module: 'sdk.directions-ui.sample', connections=[All: [sdk-sample-apps] com.citymapper.sdk.ui.sample, debug: [sdk-sample-apps] com.citymapper.sdk.ui.sample, release: [sdk-sample-apps] com.citymapper.sdk.ui.sample]), Module: 'sdk.navigation.sample'=FirebaseApp(module=Module: 'sdk.navigation.sample', connections=[])}.
2022-10-10 17:18:24,022 [1603717]   INFO - Upgrade Assistant - initializing isEnabled for "Add google() GMaven to buildscript repositories" refactoring from IRRELEVANT_PAST
2022-10-10 17:18:24,022 [1603717]   INFO - Upgrade Assistant - initializing isEnabled for "Upgrade Gradle version to 7.4" refactoring from MANDATORY_CODEPENDENT
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Upgrade Gradle plugins" refactoring from MANDATORY_CODEPENDENT
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Update default Java language level" refactoring from IRRELEVANT_PAST
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Replace deprecated configurations" refactoring from IRRELEVANT_PAST
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate crashlytics from fabric to firebase" refactoring from IRRELEVANT_PAST
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Remove redundant properties" refactoring from MANDATORY_CODEPENDENT
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Move package from Android manifest to build files" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Update default R8 processing mode" refactoring from IRRELEVANT_FUTURE
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Enable renderScript explicitly where needed" refactoring from IRRELEVANT_FUTURE
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Enable buildConfig explicitly where needed" refactoring from IRRELEVANT_FUTURE
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Preserve transitive R classes" refactoring from IRRELEVANT_FUTURE
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Enable aidl explicitly where needed" refactoring from IRRELEVANT_FUTURE
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Remove jni source directory from sourceSets" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate DSL properties from aaptOptions to androidResources" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Remove buildType useProguard setting" refactoring from IRRELEVANT_PAST
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Remove ignored configuration properties" refactoring from MANDATORY_INDEPENDENT
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate DSL properties from adbOptions to installation" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate DSL properties from failureRetention to emulatorSnapshots" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate DSL properties from jacoco to testCoverage" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate packagingOptions DSL properties to sub-blocks" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Migrate DSL properties from lintOptions to lint" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Rewrite deprecated operators" refactoring from OPTIONAL_INDEPENDENT
2022-10-10 17:18:24,023 [1603718]   INFO - Upgrade Assistant - initializing isEnabled for "Upgrade AGP dependency from 7.3.0 to 7.3.0" refactoring from MANDATORY_CODEPENDENT
2022-10-10 17:18:24,098 [1603793]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:18:24,604 [1604299]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:24,604 [1604299]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:24,605 [1604300]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:24,605 [1604300]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:24,605 [1604300]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:24,605 [1604300]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:24,605 [1604300]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:24,605 [1604300]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:24,634 [1604329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:24,634 [1604329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:24,634 [1604329]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:24,641 [1604336]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:38,166 [1617861]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:38,166 [1617861]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:38,166 [1617861]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:38,167 [1617862]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:38,167 [1617862]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:38,168 [1617863]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:38,168 [1617863]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:38,168 [1617863]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:38,168 [1617863]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:38,168 [1617863]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:38,168 [1617863]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:38,168 [1617863]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:38,199 [1617894]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:38,199 [1617894]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:38,199 [1617894]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:38,205 [1617900]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:42,140 [1621835]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:18:48,607 [1628302]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:18:48,989 [1628684]   INFO - #c.a.t.i.r.AndroidDeviceSpec - Creating spec for Google Pixel 3a with ABIs: [arm64-v8a, armeabi-v7a, armeabi]
2022-10-10 17:18:48,990 [1628685]   INFO - #c.a.t.i.g.p.b.i.GradleBuildInvoker - About to execute Gradle tasks: [:directions-ui:sample:assembleDebug]
2022-10-10 17:18:48,999 [1628694]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:18:49,000 [1628695]   INFO - #c.a.t.i.g.p.b.i.GradleBuildInvoker - Build command line options: [--scan, --continue, -Pandroid.injected.invoked.from.ide=true, -Pandroid.injected.studio.version=2022.2.1 Canary 3, -Pandroid.injected.attribution.file.location=/Users/ben/citymapper/sdk-internal/android/.gradle, -Pandroid.injected.enableStableIds=true, -Pandroid.injected.build.api=32, -Pandroid.injected.build.density=440dpi, -Pandroid.injected.build.abi=arm64-v8a,armeabi-v7a,armeabi, --stacktrace]
2022-10-10 17:18:49,002 [1628697]   INFO - #o.j.p.g.s.e.GradleExecutionHelper - Passing command-line args to Gradle Tooling API: --scan --continue -Pandroid.injected.invoked.from.ide=true -Pandroid.injected.studio.version=2022.2.1 Canary 3 -Pandroid.injected.attribution.file.location=/Users/ben/citymapper/sdk-internal/android/.gradle -Pandroid.injected.enableStableIds=true -Pandroid.injected.build.api=32 -Pandroid.injected.build.density=440dpi -Pandroid.injected.build.abi=arm64-v8a,armeabi-v7a,armeabi --stacktrace
2022-10-10 17:18:53,886 [1633581]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:18:53,891 [1633586]   INFO - #c.a.t.i.g.r.MakeBeforeRunTask - Couldn't get post build models.
2022-10-10 17:18:53,891 [1633586]   INFO - #c.a.t.i.g.r.MakeBeforeRunTask - Gradle invocation complete, build result = com.android.tools.idea.gradle.project.build.invoker.AssembleInvocationResult@1e940787
2022-10-10 17:18:53,895 [1633590]   INFO - #c.a.t.i.g.p.b.i.GradleBuildInvoker - Gradle build finished in 4 s 895 ms
2022-10-10 17:18:53,898 [1633593]   INFO - #c.a.t.i.r.AndroidLogcatOutputCapture - stopCapture("google-pixel_3a-93JAY0BL12")
2022-10-10 17:18:53,899 [1633594]   INFO - #c.a.t.i.r.AndroidLogcatOutputCapture - stopAll()
2022-10-10 17:18:54,171 [1633866]   INFO - #c.a.t.i.r.AndroidProcessHandler - Adding device google-pixel_3a-93JAY0BL12 to monitor for launched app: com.citymapper.sdk.ui.sample
2022-10-10 17:18:54,177 [1633872]   INFO - #c.a.t.i.r.GradleApkProvider - APKs for Module: 'sdk.directions-ui.sample.main':
2022-10-10 17:18:54,177 [1633872]   INFO - #c.a.t.i.r.GradleApkProvider -   com.citymapper.sdk.ui.sample =>
2022-10-10 17:18:54,177 [1633872]   INFO - #c.a.t.i.r.GradleApkProvider -     sdk.directions-ui.sample : /Users/ben/citymapper/sdk-internal/android/directions-ui/sample/build/intermediates/apk/debug/sample-debug.apk
2022-10-10 17:18:54,177 [1633872]   INFO - #c.a.t.i.r.d.l.AndroidLiveEditDeployMonitor - Live Edit on device disabled via settings.
2022-10-10 17:18:54,178 [1633873]   INFO - #c.a.t.i.r.t.DeployTask - Installing application: com.citymapper.sdk.ui.sample
2022-10-10 17:18:54,178 [1633873]   INFO - #c.a.t.i.r.t.AbstractDeployTask - Optimistic Deploy Install Session f79891cf-541f-4078-8112-0e66092d37c4
2022-10-10 17:18:54,178 [1633873]   INFO - #c.a.t.i.r.t.AbstractDeployTask - Optimistic Install Session f79891cf-541f-4078-8112-0e66092d37c4: falling back to PM
2022-10-10 17:18:54,298 [1633993]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814232ms TRC_BEG [26628][26628] : Installer request:dump
2022-10-10 17:18:54,298 [1633993]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814232ms TRC_BEG [26628][26628] : Command Dump
2022-10-10 17:18:54,298 [1633993]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814233ms TRC_BEG [26628][26628] : get process ids
2022-10-10 17:18:54,298 [1633993]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814317ms TRC_BEG [26628][26628] : CmdCommand::GetApksFromPath
2022-10-10 17:18:54,298 [1633993]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814339ms TRC_BEG [26628][26628] : processing APK
2022-10-10 17:18:54,299 [1633994]   INFO - #c.a.t.i.r.t.AbstractDeployTask - Patch size 106
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814348ms TRC_BEG [26628][26628] : Installer request:deltainstall
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814348ms TRC_METRIC [26628][26628] : DELTAINSTALL_UPLOAD
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814348ms TRC_METRIC [26628][26628] : DELTAINSTALL_INSTALL
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814348ms LOG_OUT [26628][26628] : DeltaInstall found API level:32
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814348ms TRC_BEG [26628][26628] : DeltaInstallCommand::StreamInstall
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814349ms TRC_BEG [26628][26628] : Create Install Session
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814349ms LOG_OUT [26628][26628] : -t
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814349ms LOG_OUT [26628][26628] : --user
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814349ms LOG_OUT [26628][26628] : current
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814349ms LOG_OUT [26628][26628] : --full
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814349ms LOG_OUT [26628][26628] : --dont-kill
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814349ms LOG_OUT [26628][26628] : --skip-verification
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814349ms LOG_OUT [26628][26628] : -r
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814374ms LOG_OUT [26628][26628] : DeltaInstall created session: '1285627004'
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814374ms TRC_BEG [26628][26628] : DeltaInstallCommand::SendApkToPackageManager
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814374ms LOG_OUT [26628][26628] : package
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814374ms LOG_OUT [26628][26628] : install-write
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814374ms LOG_OUT [26628][26628] : -S
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814374ms LOG_OUT [26628][26628] : 28113015
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814374ms LOG_OUT [26628][26628] : 1285627004
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814374ms LOG_OUT [26628][26628] : base.apk
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814486ms LOG_OUT [26628][26628] : Streaming succeeded for '/data/app/~~8ayQ8pSc1hc1yt1v8oBn2g==/com.citymapper.sdk.ui.sample-i1DxmQDE8kllRC-POiSWoA==/base.apk'
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814486ms TRC_BEG [26628][26628] : Commit Install
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814486ms LOG_OUT [26628][26628] : package
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814486ms LOG_OUT [26628][26628] : install-commit
2022-10-10 17:18:54,684 [1634379]   INFO - #c.a.t.i.r.t.AbstractDeployTask - 543814486ms LOG_OUT [26628][26628] : 1285627004
2022-10-10 17:18:54,687 [1634382]   INFO - #c.a.t.i.r.t.AbstractDeployTask - Deploy APK Check session='f79891cf-541f-4078-8112-0e66092d37c4', path='/Users/ben/citymapper/sdk-internal/android/directions-ui/sample/build/intermediates/apk/debug/sample-debug.apk', size='28113015', fingerprint='bd2d2137199d7676d82b764bd10a56f8300f2a09', crTime='2022-10-07T15:10:46Z', modTime='2022-10-10T16:04:06.583867155Z', acTime='2022-10-10T16:18:54.68484307Z'
2022-10-10 17:18:54,805 [1634500]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:18:54,810 [1634505]   INFO - #c.a.t.i.r.t.AbstractDeployTask - Install successfully finished in 632 ms.
2022-10-10 17:18:54,811 [1634506]   INFO - #c.a.t.i.r.GradleApkProvider - APKs for Module: 'sdk.directions-ui.sample.main':
2022-10-10 17:18:54,811 [1634506]   INFO - #c.a.t.i.r.GradleApkProvider -   com.citymapper.sdk.ui.sample =>
2022-10-10 17:18:54,811 [1634506]   INFO - #c.a.t.i.r.GradleApkProvider -     sdk.directions-ui.sample : /Users/ben/citymapper/sdk-internal/android/directions-ui/sample/build/intermediates/apk/debug/sample-debug.apk
2022-10-10 17:18:55,280 [1634975]   INFO - #c.a.t.i.r.AndroidLogcatOutputCapture - startCapture("google-pixel_3a-93JAY0BL12")
2022-10-10 17:19:02,926 [1642621]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:19:58,774 [1698469]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:20:02,288 [1701983]   INFO - #c.i.c.ComponentStoreImpl - Saving appAndroidEditors took 11 ms
2022-10-10 17:20:02,597 [1702292]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:22:42,357 [1862052]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (31 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-172242-1665418962355.txt'
2022-10-10 17:22:42,361 [1862056]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (32 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-172242-1665418962360.txt'
2022-10-10 17:22:42,370 [1862065]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (33 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-172242-1665418962370.txt'
2022-10-10 17:22:42,373 [1862068]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (34 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-172242-1665418962373.txt'
2022-10-10 17:22:42,378 [1862073]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (35 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-172242-1665418962378.txt'
2022-10-10 17:22:42,383 [1862078]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (36 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-172242-1665418962383.txt'
2022-10-10 17:22:42,388 [1862083]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (36 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-172242-1665418962387.txt'
2022-10-10 17:22:42,388 [1862083]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (36 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-172242-1665418962388.txt'
2022-10-10 17:22:42,392 [1862087]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (39 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-172242-1665418962392.txt'
2022-10-10 17:22:42,393 [1862088]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (39 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-172242-1665418962392.txt'
2022-10-10 17:22:42,403 [1862098]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (41 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-172242-1665418962403.txt'
2022-10-10 17:22:42,417 [1862112]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (42 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-172242-1665418962417.txt'
2022-10-10 17:22:42,417 [1862112]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (42 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-172242-1665418962417.txt'
2022-10-10 17:22:42,423 [1862118]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (44 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-172242-1665418962423.txt'
2022-10-10 17:22:42,423 [1862118]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (44 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-172242-1665418962423.txt'
2022-10-10 17:22:42,429 [1862124]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (46 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-172242-1665418962428.txt'
2022-10-10 17:22:42,429 [1862124]   INFO - #c.i.d.PerformanceWatcherImpl - Too many pooled threads created (46 > reasonable.application.thread.pool.size=30); thread dump is saved to '/Users/ben/Library/Logs/Google/AndroidStudioPreview2022.2/threadDumps-newPooledThread/threadDump-20221010-172242-1665418962428.txt'
2022-10-10 17:25:05,715 [2005410]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:25:06,298 [2005993]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:25:06,298 [2005993]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:25:06,298 [2005993]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:25:06,298 [2005993]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:25:06,298 [2005993]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:25:06,298 [2005993]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:25:06,298 [2005993]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:25:06,298 [2005993]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:25:06,298 [2005993]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:25:06,298 [2005993]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:25:06,298 [2005993]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:25:06,298 [2005993]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:25:06,345 [2006040]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:25:06,345 [2006040]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:25:06,345 [2006040]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:25:06,356 [2006051]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:25:08,901 [2008596]   INFO - #c.i.c.ComponentStoreImpl - Saving appVcs.Log.App.Settings took 13 ms, editorConfigEncodings took 11 ms
2022-10-10 17:25:08,948 [2008643]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=sdk, containerState=COMPONENT_CREATED, componentStore=/Users/ben/citymapper/sdk-internal/android)GradleLocalSettings took 17 ms
2022-10-10 17:25:09,079 [2008774]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=citymapper-android, containerState=COMPONENT_CREATED, componentStore=/Users/ben/citymapper/citymapper-android)GradleLocalSettings took 33 ms, sourceFolderManager took 80 ms
2022-10-10 17:25:09,086 [2008781]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:25:09,485 [2009180]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:25:09,849 [2009544]   WARN - #c.a.t.i.l.c.LintIdeClient - com.evernote.android.state.lint.registry.StateIssueRegistry in /Users/ben/.gradle/caches/transforms-3/ec5e1a24a124e943ef1f548d2ae897f5/transformed/android-state-1.4.1/jars/lint.jar does not specify a vendor; see IssueRegistry#vendor
2022-10-10 17:25:09,874 [2009569]   WARN - #c.a.t.i.l.c.LintIdeClient - com.citymapper.app.lint.CMIssueRegistry in /Users/ben/citymapper/citymapper-android/build/projects/lint-checks/libs/lint-checks.jar does not specify a vendor; see IssueRegistry#vendor
2022-10-10 17:25:10,568 [2010263]   INFO - #c.i.o.a.i.PopupMenuPreloader - 5203 ms since showing to preload popup menu 'Editor Popup Menu' at 'EditorPopup' in 47 ms
2022-10-10 17:26:18,331 [2078026]   INFO - #c.i.v.l.d.i.VcsLogPersistentIndex - Indexing 1 commits in sdk-internal
2022-10-10 17:26:18,631 [2078326]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:26:18,642 [2078337]   INFO - #c.i.v.l.d.i.VcsLogPersistentIndex - 311ms for indexing 0 new commits out of 1 in sdk-internal. 1 commits left
2022-10-10 17:26:18,638 [2078333]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:26:18,669 [2078364]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Reindexing refreshed files of citymapper-android : 84 to update, calculated in 40ms
2022-10-10 17:26:18,669 [2078364]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Reindexing refreshed files of sdk : 140 to update, calculated in 41ms
2022-10-10 17:26:18,670 [2078365]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Using 4 threads for indexing
2022-10-10 17:26:18,670 [2078365]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Using 4 threads for indexing
2022-10-10 17:26:18,768 [2078463]   INFO - #c.i.d.PerformanceWatcherImpl - Reindexing refreshed files of citymapper-android took 99ms; general responsiveness: ok; EDT responsiveness: ok
2022-10-10 17:26:18,771 [2078466]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:26:18,771 [2078466]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Reindexing refreshed files of citymapper-android : 0 to update, calculated in 2ms
2022-10-10 17:26:18,794 [2078489]   INFO - #c.i.d.PerformanceWatcherImpl - Reindexing refreshed files of sdk took 125ms; general responsiveness: ok; EDT responsiveness: ok
2022-10-10 17:26:18,802 [2078497]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Reindexing refreshed files of sdk : 1 to update, calculated in 0ms
2022-10-10 17:26:18,802 [2078497]   INFO - #c.i.u.i.FileBasedIndexProjectHandler - Using 4 threads for indexing
2022-10-10 17:26:18,803 [2078498]   INFO - #c.i.d.PerformanceWatcherImpl - Reindexing refreshed files of sdk took 1ms; general responsiveness: ok; EDT responsiveness: ok
2022-10-10 17:26:18,810 [2078505]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:26:18,830 [2078525]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:26:18,833 [2078528]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:26:18,837 [2078532]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:26:18,839 [2078534]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:26:18,843 [2078538]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:26:18,847 [2078542]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:26:18,850 [2078545]   INFO - #c.i.v.l.d.i.VcsLogPersistentIndex - Indexing 1 commits in sdk-internal
2022-10-10 17:26:18,851 [2078546]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:26:18,853 [2078548]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:26:18,856 [2078551]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:26:18,860 [2078555]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:26:18,895 [2078590]   INFO - #c.i.v.l.d.i.VcsLogPersistentIndex - 45ms for indexing 1 new commits out of 1 in sdk-internal
2022-10-10 17:26:18,911 [2078606]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:26:18,969 [2078664]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:26:19,137 [2078832]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:26:19,182 [2078877]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/navigation/sample/src/main/res/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:26:19,182 [2078877]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/CitymapperNavigation/CitymapperNavigationTests/core/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:26:19,182 [2078877]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/navigation/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:26:19,182 [2078877]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/CitymapperCore/CitymapperCoreTests/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:26:19,182 [2078877]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/CitymapperUI/CitymapperUI/Resources/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:26:19,182 [2078877]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/localMaven/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:26:19,183 [2078878]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/directions-ui/previews/src/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:26:19,183 [2078878]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/ios/Samples/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:26:19,183 [2078878]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/sdk-internal/android/navigation/sample/src/main/res/drawable/.DS_Store; root: /Users/ben/citymapper/sdk-internal; mapped root: null
2022-10-10 17:26:19,183 [2078878]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored files under another root: 38 files total
2022-10-10 17:26:19,316 [2079011]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/citymapper-android/familiar-data/src/main/res/xml/.DS_Store; root: /Users/ben/citymapper/citymapper-android; mapped root: null
2022-10-10 17:26:19,316 [2079011]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/citymapper-android/common-ui-map/src/main/java/com/citymapper/app/.DS_Store; root: /Users/ben/citymapper/citymapper-android; mapped root: null
2022-10-10 17:26:19,316 [2079011]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/citymapper-android/feature-home/public/.DS_Store; root: /Users/ben/citymapper/citymapper-android; mapped root: null
2022-10-10 17:26:19,316 [2079011]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/citymapper-android/feature-jd-go/impl/src/main/java/com/.DS_Store; root: /Users/ben/citymapper/citymapper-android; mapped root: null
2022-10-10 17:26:19,316 [2079011]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/citymapper-android/feature-sharing/src/.DS_Store; root: /Users/ben/citymapper/citymapper-android; mapped root: null
2022-10-10 17:26:19,318 [2079013]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/citymapper-android/penrose/src/main/java/com/citymapper/app/.DS_Store; root: /Users/ben/citymapper/citymapper-android; mapped root: null
2022-10-10 17:26:19,318 [2079013]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/citymapper-android/brand-cache/src/main/res/xml/.DS_Store; root: /Users/ben/citymapper/citymapper-android; mapped root: null
2022-10-10 17:26:19,319 [2079014]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/citymapper-android/brand-cache/src/.DS_Store; root: /Users/ben/citymapper/citymapper-android; mapped root: null
2022-10-10 17:26:19,320 [2079015]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored file under another root: /Users/ben/citymapper/citymapper-android/partnerapps/impl/src/main/java/com/citymapper/app/.DS_Store; root: /Users/ben/citymapper/citymapper-android; mapped root: null
2022-10-10 17:26:19,323 [2079018]   WARN - #g.r.GitUntrackedFilesHolder - Ignoring ignored files under another root: 185 files total
2022-10-10 17:26:19,390 [2079085]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:26:19,391 [2079086]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:26:19,934 [2079629]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:26:19,934 [2079629]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:26:19,934 [2079629]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:26:19,935 [2079630]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:26:19,935 [2079630]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:26:19,935 [2079630]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:26:19,935 [2079630]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:26:19,935 [2079630]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:26:19,935 [2079630]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:26:19,935 [2079630]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:26:19,935 [2079630]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:26:19,935 [2079630]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:26:19,967 [2079662]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:26:19,968 [2079663]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:26:19,968 [2079663]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:26:19,970 [2079665]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:26:50,068 [2109763]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:27:21,060 [2140755] SEVERE - #c.a.t.i.r.GradleApplicationIdProvider - Could not get applicationId for citymapper-android.custom-blue-dots. Project type: PROJECT_TYPE_LIBRARY
java.lang.Throwable
	at com.android.tools.idea.run.GradleApplicationIdProvider.getPackageName(GradleApplicationIdProvider.kt:81)
	at com.android.tools.idea.common.analytics.CommonUsageTrackerKt.getApplicationId(CommonUsageTracker.kt:112)
	at com.android.tools.idea.common.analytics.CommonUsageTrackerKt.setApplicationId(CommonUsageTracker.kt:97)
	at com.android.tools.idea.common.error.DesignerCommonIssuePanelUsageTrackerImpl$trackEvent$1.run(DesignerCommonIssuePanelUsageTracker.kt:95)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-10 17:27:21,061 [2140756] SEVERE - #c.a.t.i.r.GradleApplicationIdProvider - Android Studio Flamingo | 2022.2.1 Canary 3  Build #AI-222.4167.29.2221.9133400
2022-10-10 17:27:21,061 [2140756] SEVERE - #c.a.t.i.r.GradleApplicationIdProvider - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-10-10 17:27:21,061 [2140756] SEVERE - #c.a.t.i.r.GradleApplicationIdProvider - OS: Mac OS X
2022-10-10 17:27:21,062 [2140757]   WARN - #c.a.t.i.c.a.CommonUsageTracker$Companion - Could not get applicationId for citymapper-android.custom-blue-dots. Project type: PROJECT_TYPE_LIBRARY
com.android.tools.idea.run.ApkProvisionException: Could not get applicationId for citymapper-android.custom-blue-dots. Project type: PROJECT_TYPE_LIBRARY
	at com.android.tools.idea.run.GradleApplicationIdProvider.getPackageName(GradleApplicationIdProvider.kt:82)
	at com.android.tools.idea.common.analytics.CommonUsageTrackerKt.getApplicationId(CommonUsageTracker.kt:112)
	at com.android.tools.idea.common.analytics.CommonUsageTrackerKt.setApplicationId(CommonUsageTracker.kt:97)
	at com.android.tools.idea.common.error.DesignerCommonIssuePanelUsageTrackerImpl$trackEvent$1.run(DesignerCommonIssuePanelUsageTracker.kt:95)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-10 17:27:23,543 [2143238]   INFO - #c.i.c.ComponentStoreImpl - Saving appAndroidEditors took 11 ms
2022-10-10 17:27:24,498 [2144193]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:27:27,936 [2147631]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:27:30,048 [2149743]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:27:30,280 [2149975]   INFO - #c.a.t.i.g.s.r.AndroidDslContributor - inside the closure of a method, but unable to extract the closure parameter's type.
2022-10-10 17:27:44,479 [2164174]   INFO - #c.i.c.j.JavaDocInfoGenerator - Wrong navElement: FUN; original = KtUltraLightMethodForSourceDeclaration:nativeAdForPlacement of class class org.jetbrains.kotlin.asJava.classes.KtUltraLightMethodForSourceDeclaration
2022-10-10 17:27:52,692 [2172387]   WARN - #c.i.o.a.i.Utils - Maximum number of retries to show a menu reached (20): write-action requested
2022-10-10 17:27:52,694 [2172389]   WARN - #c.i.o.a.i.ActionPopupMenuImpl - 1372 ms to fill popup menu EditorPopup
2022-10-10 17:27:52,998 [2172693] SEVERE - #c.i.o.a.i.FlushQueue - null
java.lang.NullPointerException
	at org.jetbrains.kotlin.idea.refactoring.introduce.extractionEngine.ExtractableAnalysisUtilKt.createTemporaryDeclaration(extractableAnalysisUtil.kt:379)
	at org.jetbrains.kotlin.idea.refactoring.introduce.extractionEngine.ExtractorUtilKt$generateDeclaration$2.invoke(extractorUtil.kt:464)
	at org.jetbrains.kotlin.idea.refactoring.introduce.extractionEngine.ExtractorUtilKt.generateDeclaration(extractorUtil.kt:664)
	at org.jetbrains.kotlin.idea.refactoring.introduce.extractionEngine.ExtractorUtilKt.generateDeclaration$default(extractorUtil.kt:451)
	at org.jetbrains.kotlin.idea.refactoring.introduce.extractionEngine.ExtractableAnalysisUtilKt.validate(extractableAnalysisUtil.kt:850)
	at org.jetbrains.kotlin.idea.refactoring.introduce.extractionEngine.ExtractableAnalysisUtilKt.validate$default(extractableAnalysisUtil.kt:838)
	at org.jetbrains.kotlin.idea.refactoring.introduce.extractionEngine.ExtractionEngineHelper.validate(ExtractionEngine.kt:33)
	at org.jetbrains.kotlin.idea.refactoring.introduce.extractionEngine.ExtractionEngine$run$3$validateAndRefactor$$inlined$nonBlocking$1.call(nonblocking.kt:29)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.insideReadAction(NonBlockingReadActionImpl.java:536)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.lambda$attemptComputation$3(NonBlockingReadActionImpl.java:501)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.attemptComputation(NonBlockingReadActionImpl.java:501)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.lambda$transferToBgThread$1(NonBlockingReadActionImpl.java:408)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-10 17:27:52,999 [2172694] SEVERE - #c.i.o.a.i.FlushQueue - Android Studio Flamingo | 2022.2.1 Canary 3  Build #AI-222.4167.29.2221.9133400
2022-10-10 17:27:52,999 [2172694] SEVERE - #c.i.o.a.i.FlushQueue - JDK: 17.0.4.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2022-10-10 17:27:52,999 [2172694] SEVERE - #c.i.o.a.i.FlushQueue - OS: Mac OS X
2022-10-10 17:27:52,999 [2172694] SEVERE - #c.i.o.a.i.FlushQueue - Plugin to blame: Kotlin version: 222-1.7.10-release-334-AS3739.54
2022-10-10 17:27:57,924 [2177619]   WARN - #c.i.o.a.i.ActionPopupMenuImpl - 1107 ms to fill popup menu EditorPopup
2022-10-10 17:27:57,924 [2177619]   WARN - #c.i.o.a.i.ActionPopupMenuImpl - 1980 ms to fill popup menu EditorPopup
2022-10-10 17:28:04,766 [2184461]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:28:05,614 [2185309]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=sdk, containerState=COMPONENT_CREATED, componentStore=/Users/ben/citymapper/sdk-internal/android)CompilerConfiguration took 101 ms, Encoding took 11 ms, RunManager took 29 ms
2022-10-10 17:28:05,671 [2185366]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=citymapper-android, containerState=COMPONENT_CREATED, componentStore=/Users/ben/citymapper/citymapper-android)CompilerConfiguration took 27 ms, RunManager took 11 ms
2022-10-10 17:30:42,307 [2342002]   INFO - #c.i.c.ComponentStoreImpl - Saving appAndroidEditors took 13 ms
2022-10-10 17:30:42,422 [2342117]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=sdk, containerState=COMPONENT_CREATED, componentStore=/Users/ben/citymapper/sdk-internal/android)GradleLocalSettings took 14 ms
2022-10-10 17:30:42,790 [2342485]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=citymapper-android, containerState=COMPONENT_CREATED, componentStore=/Users/ben/citymapper/citymapper-android)GradleLocalSettings took 28 ms, sourceFolderManager took 19 ms
2022-10-10 17:30:43,182 [2342877]   INFO - #o.j.p.g.GradleManager - Instructing gradle to use java from /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
2022-10-10 17:30:43,193 [2342888]   INFO - #c.i.o.c.i.s.StoreUtil - saveProjectsAndApp took 1108 ms