2020-10-11 05:48:38 +08:00
|
|
|
plugins {
|
2021-07-25 02:13:02 +08:00
|
|
|
id("world.phantasmal.js")
|
2020-10-11 05:48:38 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api(project(":core"))
|
|
|
|
api(project(":observable"))
|
2021-09-17 22:05:55 +08:00
|
|
|
implementation(npm("@fortawesome/fontawesome-svg-core", "^1.2.36"))
|
|
|
|
implementation(npm("@fortawesome/free-regular-svg-icons", "^5.15.4"))
|
|
|
|
implementation(npm("@fortawesome/free-solid-svg-icons", "^5.15.4"))
|
|
|
|
implementation(npm("@fortawesome/free-brands-svg-icons", "^5.15.4"))
|
2020-10-11 05:48:38 +08:00
|
|
|
|
2020-10-15 07:19:12 +08:00
|
|
|
testImplementation(project(":test-utils"))
|
2020-10-11 05:48:38 +08:00
|
|
|
}
|