Skip to content

Commit

Permalink
fix: fix 222 build issue on import
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jan 3, 2024
1 parent 24b710a commit fb468a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -7,7 +7,7 @@ pluginGroup = com.phodal.autodev
pluginName = AutoDev
pluginRepositoryUrl = https://github.com/unit-mesh/auto-dev
# SemVer format -> https://semver.org
pluginVersion = 1.5.1
pluginVersion = 1.5.2-SNAPSHOT

# Supported IDEs: idea, pycharm
baseIDE=idea
Expand Down
Expand Up @@ -17,6 +17,7 @@ import kotlinx.coroutines.flow.cancellable
import kotlinx.coroutines.runBlocking
import java.nio.file.Path
import kotlin.io.path.Path
import kotlinx.coroutines.flow.collect

class FileGenerateTask(@JvmField val project: Project, val messages: List<LlmMsg.ChatMessage>, val fileName: String?) :
Task.Backgroundable(project, AutoDevBundle.message("intentions.request.background.process.title")) {
Expand Down

0 comments on commit fb468a4

Please sign in to comment.