``` error: conflicting versions of Kotlin runtime ...
# getting-started
g
Copy code
error: conflicting versions of Kotlin runtime on classpath: D:\Users\Geoff\Code\OASIS\lib\production\kotlin-runtime.jar, D:\Users\Geoff\Code\OASIS\.build\kotlinc\lib\kotlin-runtime.jar
    [javac] D:\Users\Geoff\Code\OASIS\Jargon\tests\com\empowerops\jargon\assists\VariableBuilder.kt:23:44: error: expression is inaccessible from a nested class 'Companion', use 'inner' keyword to make the class inner
    [javac]                 = function(objectiveName){ mode = VariableSymbol.SymbolicMode.Objective; mutator(this); }