Skip to content

Commit 6c0c466

Browse files
committed
Fix namedChildScope import
1 parent 87677a6 commit 6c0c466

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/kotlin/creator/custom/CreatorContext.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import com.intellij.openapi.application.EDT
2727
import com.intellij.openapi.application.ModalityState
2828
import com.intellij.openapi.application.asContextElement
2929
import com.intellij.openapi.observable.properties.PropertyGraph
30-
import com.intellij.util.namedChildScope
30+
import com.intellij.platform.util.coroutines.namedChildScope
3131
import kotlin.coroutines.CoroutineContext
3232
import kotlinx.coroutines.CoroutineScope
3333
import kotlinx.coroutines.Dispatchers

src/main/kotlin/creator/custom/TemplateService.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import com.intellij.openapi.components.service
2525
import com.intellij.openapi.diagnostic.thisLogger
2626
import com.intellij.openapi.project.Project
2727
import com.intellij.openapi.startup.ProjectActivity
28+
import com.intellij.platform.util.coroutines.namedChildScope
2829
import com.intellij.util.application
29-
import com.intellij.util.namedChildScope
3030
import kotlinx.coroutines.CoroutineScope
3131

3232
@Service

0 commit comments

Comments
 (0)