We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885ec1b commit ed3905fCopy full SHA for ed3905f
server/build.gradle
@@ -41,6 +41,7 @@ dependencies {
41
implementation "org.jetbrains.kotlin:ide-common-ij202:$kotlinVersion"
42
// implementation("org.jetbrains.kotlin:kotlin-plugin-ij201:$kotlinVersion") { transitive = false }
43
implementation 'org.jetbrains:fernflower:1.0'
44
+ implementation 'com.h2database:h2:1.4.200'
45
implementation 'com.github.fwcd:ktfmt:22bd538a1c'
46
implementation 'com.beust:jcommander:1.78'
47
0 commit comments