fix pointer variable usage detection in other block

This commit is contained in:
Irmen de Jong
2025-08-03 20:51:03 +02:00
parent 5cb8bcead7
commit 9e85571a7b
14 changed files with 46 additions and 54 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
plugins {
kotlin("jvm")
}
@@ -7,7 +5,7 @@ plugins {
dependencies {
// should have no dependencies to other modules
// implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("com.michael-bull.kotlin-result:kotlin-result-jvm:2.0.1")
implementation("com.michael-bull.kotlin-result:kotlin-result-jvm:2.1.0")
}
sourceSets {