mirror of
https://github.com/irmen/prog8.git
synced 2026-04-21 02:16:41 +00:00
improving fileselector
This commit is contained in:
@@ -8,7 +8,7 @@ dependencies {
|
||||
implementation(project(":codeCore"))
|
||||
implementation(project(":compilerAst"))
|
||||
// implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result-jvm:2.0.0")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result-jvm:2.0.1")
|
||||
// implementation "org.jetbrains.kotlin:kotlin-reflect"
|
||||
}
|
||||
|
||||
@@ -23,4 +23,4 @@ sourceSets {
|
||||
}
|
||||
}
|
||||
|
||||
// note: there are no unit tests in this module!
|
||||
// note: there are no unit tests in this module!
|
||||
|
||||
Reference in New Issue
Block a user