File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ startScripts {
27
27
repositories {
28
28
maven { url uri(" $projectDir /lib" ) }
29
29
maven { url ' https://jitpack.io' }
30
+ // TODO: Update once https://github.com/JetBrains/Exposed/issues/1160 is resolved
31
+ // since Bintray will be shutting down soon
32
+ maven { url ' https://dl.bintray.com/kotlin/exposed/' }
30
33
}
31
34
32
35
dependencies {
@@ -41,6 +44,7 @@ dependencies {
41
44
implementation " org.jetbrains.kotlin:ide-common-ij202:$kotlinVersion "
42
45
// implementation("org.jetbrains.kotlin:kotlin-plugin-ij201:$kotlinVersion") { transitive = false }
43
46
implementation ' org.jetbrains:fernflower:1.0'
47
+ implementation ' org.jetbrains.exposed:exposed:0.17.9'
44
48
implementation ' com.h2database:h2:1.4.200'
45
49
implementation ' com.github.fwcd:ktfmt:22bd538a1c'
46
50
implementation ' com.beust:jcommander:1.78'
You can’t perform that action at this time.
0 commit comments