plugins { id("inceptum.library-conventions") } dependencies { api(project(":common")) compileOnly("org.jetbrains:annotations:23.0.0") }