build.gradle.kts 93 B

12345678
  1. plugins {
  2. `java-library`
  3. }
  4. dependencies {
  5. api("org.jetbrains:annotations:17.0.0")
  6. }