We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd57fa6 commit 111c3d7Copy full SHA for 111c3d7
src/main/kotlin/creator/custom/CreatorTemplateProcessor.kt
@@ -53,14 +53,14 @@ import com.intellij.ui.JBColor
53
import com.intellij.ui.dsl.builder.Panel
54
import com.intellij.ui.dsl.builder.panel
55
import com.intellij.util.application
56
-import kotlinx.coroutines.CoroutineScope
57
import java.nio.file.Path
58
import java.util.function.Consumer
59
import kotlin.collections.mapNotNull
60
import kotlin.collections.orEmpty
61
import kotlin.collections.set
62
import kotlin.io.path.createDirectories
63
import kotlin.io.path.writeText
+import kotlinx.coroutines.CoroutineScope
64
65
interface ExternalTemplatePropertyProvider {
66
0 commit comments