User: kyle wood Date: 04 Aug 24 03:15 Revision: 6c0c46638cd55bb97d0816dec3814f5bf314260f Summary: Fix namedChildScope import TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=9548&personal=false Index: src/main/kotlin/creator/custom/CreatorContext.kt =================================================================== --- src/main/kotlin/creator/custom/CreatorContext.kt (revision 87677a67bfeed7d29e371cc47b6a8fdbef0fa7cb) +++ src/main/kotlin/creator/custom/CreatorContext.kt (revision 6c0c46638cd55bb97d0816dec3814f5bf314260f) @@ -27,7 +27,7 @@ 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 Index: src/main/kotlin/creator/custom/TemplateService.kt =================================================================== --- src/main/kotlin/creator/custom/TemplateService.kt (revision 87677a67bfeed7d29e371cc47b6a8fdbef0fa7cb) +++ src/main/kotlin/creator/custom/TemplateService.kt (revision 6c0c46638cd55bb97d0816dec3814f5bf314260f) @@ -25,8 +25,8 @@ 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