<@U6NNU1X5H> I know, from the template, for maven ...
# getting-started
g
@pavel I know, from the template, for maven you just need to add
Copy code
<plugin>jpa</plugin>
to the compiler plugins, and
Copy code
<dependency>
						<groupId>org.jetbrains.kotlin</groupId>
						<artifactId>kotlin-maven-noarg</artifactId>
						<version>${kotlin.version}</version>
					</dependency>
as depency, but I think It would make sense if start.spring.io already put them there.