Skip to content

Instantly share code, notes, and snippets.

@tomatophobia
Last active March 3, 2024 08:34
Show Gist options
  • Save tomatophobia/806560f3e3a4da3dde8e06c43fb2827f to your computer and use it in GitHub Desktop.
Save tomatophobia/806560f3e3a4da3dde8e06c43fb2827f to your computer and use it in GitHub Desktop.
plugins {
id("org.jetbrains.kotlin.plugin.allopen") version "<Kotlin-version>"
}
allOpen {
annotation("javax.persistence.Entity")
annotation("javax.persistence.Embeddable")
annotation("javax.persistence.MappedSuperclass")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment