refactor(build-logic): simplify plugin setup

This commit is contained in:
Harsh Shandilya 2022-12-20 16:01:18 +05:30
parent 7cc81047d4
commit 36ab72226c
No known key found for this signature in database
9 changed files with 17 additions and 28 deletions

View file

@ -4,10 +4,7 @@
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
*/
plugins {
kotlin("jvm")
id("dev.msfjarvis.claw.kotlin-library")
}
plugins { id("dev.msfjarvis.claw.kotlin-jvm") }
dependencies {
api(libs.kotlinx.coroutines.core)