Skip to content

Commit

Permalink
Fix namedChildScope import
Browse files Browse the repository at this point in the history
  • Loading branch information
DenWav committed Aug 4, 2024
1 parent 87677a6 commit 6c0c466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/kotlin/creator/custom/CreatorContext.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import com.intellij.openapi.application.EDT
import com.intellij.openapi.application.ModalityState
import com.intellij.openapi.application.asContextElement
import com.intellij.openapi.observable.properties.PropertyGraph
import com.intellij.util.namedChildScope
import com.intellij.platform.util.coroutines.namedChildScope
import kotlin.coroutines.CoroutineContext
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.Dispatchers
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/creator/custom/TemplateService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import com.intellij.openapi.components.service
import com.intellij.openapi.diagnostic.thisLogger
import com.intellij.openapi.project.Project
import com.intellij.openapi.startup.ProjectActivity
import com.intellij.platform.util.coroutines.namedChildScope
import com.intellij.util.application
import com.intellij.util.namedChildScope
import kotlinx.coroutines.CoroutineScope

@Service
Expand Down

0 comments on commit 6c0c466

Please sign in to comment.