Ademir Queiroga
04/16/2021, 1:38 PMCould not resolve: org.jetbrains.kotlin:kotlin-stdlib:1.4.32 after update to 2021.1? Already tried do invalidate caches and delete the .idea folder but still having this issue…eglenkpeterson
04/16/2021, 2:34 PM.idea/ and ProjectName.iml files in my project
• mvn clean
• reopen IntelliJglenkpeterson
04/16/2021, 2:38 PMAlexey Belkov [JB]
04/20/2021, 2:59 PMAdemir Queiroga
04/20/2021, 3:02 PMFileInputStream(properties) in my gradle.kts file as one of the first steps of the gradle script. This instantiation was failing for some reason… Then I changed the implementation to use file() and magically everything started to work again.