aboutsummaryrefslogtreecommitdiff
path: root/kvision-modules/kvision-moment/build.gradle
blob: 4325a38af2525c35823da83a6c1b6e579ee1af47 (plain)
1
2
3
4
5
6
7
8
9
apply from: "../shared.gradle"

kotlinFrontend {

    npm {
        dependency("moment", "2.24.0")
    }

}