Skip to content

Commit b727656

Browse files
committed
🐛 Fix issue related to new event loop usage
1 parent 52b2e15 commit b727656

File tree

4 files changed

+110
-77
lines changed

4 files changed

+110
-77
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33
plugins {
44
java
55
kotlin("jvm") version "1.3.61"
6-
id("org.jetbrains.intellij") version "0.4.16"
6+
id("org.jetbrains.intellij") version "0.6.3"
77
}
88

99

1010
group = "com.uriyyo.evaluate_async_code"
11-
version = "1.8"
11+
version = "1.9"
1212

1313
repositories {
1414
mavenCentral()
@@ -25,7 +25,7 @@ configure<JavaPluginConvention> {
2525
}
2626

2727
tasks.withType<KotlinCompile> {
28-
kotlinOptions.jvmTarget = "11"
28+
kotlinOptions.jvmTarget = "1.8"
2929
}
3030

3131

images/python_console.jpeg

-5.8 KB
Loading

0 commit comments

Comments
 (0)