Mohit Atray

Results 3 comments of Mohit Atray

I tried to fix this by adding these lines in my shared build.gradle.kts -- ``` configurations { metadataCompilationApi { isCanBeResolved = true } metadataCompilationCompileOnly { isCanBeResolved = true } metadataCompilationImplementation...

Found a fix! I had configuration cache enabled for my project. Disabling configuration cache fixed the issue! Just remove this line from gradle.properties file in your project or set it...

> > Found a fix! I had configuration cache enabled for my project. Disabling configuration cache fixed the issue! Just remove this line from gradle.properties file in your project or...