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 89facbe commit 32572bdCopy full SHA for 32572bd
server/build.gradle
@@ -40,7 +40,7 @@ dependencies {
40
implementation "org.jetbrains.kotlin:kotlin-compiler:$kotlinVersion"
41
implementation "org.jetbrains.kotlin:kotlin-scripting-compiler:$kotlinVersion"
42
implementation "org.jetbrains.kotlin:kotlin-scripting-jvm-host-unshaded:$kotlinVersion"
43
- implementation 'org.jetbrains.kotlin:kotlin-sam-with-receiver-compiler-plugin'
+ implementation "org.jetbrains.kotlin:kotlin-sam-with-receiver-compiler-plugin:$kotlinVersion"
44
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
45
implementation 'org.jetbrains:fernflower:1.0'
46
implementation "org.jetbrains.exposed:exposed-core:$exposedVersion"
0 commit comments