Spring Initializr creating invalid project

147 Views Asked by At

I am trying to create a Spring Boot app via Spring Initializr with the following settings

Kotlin Gradle Dependencies - Web

The project that it downloads has a few issues when imported in to IntelliJ

When trying to build it has the error Error:Invalid keystore format Gradle project refresh failed

Also when i try and add a Kotlin class new class isn't available but I believe this to be because the project hasn't properly refreshed yet

0

There are 0 best solutions below