2020-05-16 19:26:28 +03:00
|
|
|
plugins {
|
2021-02-23 21:47:18 +03:00
|
|
|
id("ru.mipt.npm.gradle.js")
|
2020-05-16 19:26:28 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
val dataforgeVersion: String by rootProject.extra
|
|
|
|
|
|
|
|
dependencies{
|
|
|
|
api(project(":ui:react"))
|
|
|
|
|
2020-10-02 19:09:25 +03:00
|
|
|
api("subroh0508.net.kotlinmaterialui:core:0.4.5")
|
|
|
|
api("subroh0508.net.kotlinmaterialui:lab:0.4.5")
|
2020-05-17 19:00:14 +03:00
|
|
|
api(npm("@material-ui/core","4.9.14"))
|
|
|
|
api(npm("@material-ui/lab","4.0.0-alpha.51"))
|
2020-05-16 19:26:28 +03:00
|
|
|
//api(npm("@material-ui/icons","4.9.1"))
|
|
|
|
}
|