Skip to content

Commit

Permalink
updated idea plugin and kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
nizienko committed Feb 3, 2024
1 parent 3a7c064 commit f4663bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("org.jetbrains.kotlin.jvm") version "1.8.10"
id("org.jetbrains.intellij") version "1.15.0"
id("org.jetbrains.kotlin.jvm") version "1.9.22"
id("org.jetbrains.intellij") version "1.17.0"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
rr_main_version=0.11
rr_build=21
rr_build=22
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ internal class RobotEventService(private val recordTestModel: RecordUITestModel)
fun activate() {
disposable = Disposer.newDisposable()
val globalActionListener = object : AnActionListener {
override fun beforeActionPerformed(action: AnAction, dataContext: DataContext, event: AnActionEvent) {

}
}

val globalAwtProcessor = IdeEventQueue.EventDispatcher { awtEvent ->
Expand Down

0 comments on commit f4663bc

Please sign in to comment.