The kotlin no-arg compiler plugin confuses me... I...
# announcements
r
The kotlin no-arg compiler plugin confuses me... I've got this plugins block,
Copy code
plugins {
	id 'idea'
	id 'org.jetbrains.kotlin.jvm' version '1.3.50'
	id 'org.jetbrains.kotlin.plugin.allopen' version '1.3.50'
	id 'org.jetbrains.kotlin.plugin.spring' version '1.3.50'
	id 'org.jetbrains.kotlin.plugin.noarg' version '1.3.50'
	id 'org.jetbrains.kotlin.plugin.jpa' version '1.3.50
and the
jpa
plugin is supposed to annotate the
javax.persistence.Entity
annotation to have a no-argument constructor.