sandwwraith
11/14/2018, 11:43 AMValV
11/14/2018, 11:57 AMmaven-compiler-plugin
and maven-exec-plugin
2. I have 2 additional dependencies: tornadofx
and kotlin-test
3. For kotlin-maven-plugin
jvmTarget
is being set inside <plugin><executions><execution><configuration>
4. <packaging>
into pom
, not jar
as in the example0.6.2
that worked just finesandwwraith
11/14/2018, 12:01 PMkotlinX
to kotlin
. There's this artifact: https://search.maven.org/artifact/org.jetbrains.kotlin/kotlinx-maven-serialization-plugin/1.3.0/jarValV
11/14/2018, 2:11 PMfind ~/.m2 -type f -name '*seralization*0.9.0*jar'
returned org/jetbrains/kotlinx/kotlinx-serialization-runtime/0.9.0/kotlinx-serialization-runtime.jar
+ the same for *runtime-common*
kotlinx-maven-serialization-plugin
reside? Maybe it's not in maven-central?sandwwraith
11/14/2018, 9:51 PMValV
11/15/2018, 2:11 PMkotlin.version
to 1.3.10
, not 1.3.0
. For some reason Maven does not find org.jetbrains.kotlin:kotlinx-maven-serialization-plugin:1.3.0
in its Central[Internal Error] Exception while analyzing expression
-- just where the first @Serializable
class must return its serializer().list
sandwwraith
11/15/2018, 7:22 PMValV
11/15/2018, 10:54 PM1.3.0
not wrong, but it did not work for me (with IDEA). Here is the stacktrace for the new exception0.6.2
), even with that plugin disabled the error persists0.6.2
to 0.9.0
, so no more contexts?41:32
. Shall I use some interface instead of @Serializable
?sandwwraith
11/17/2018, 4:39 PMValV
11/17/2018, 5:46 PM0.6.2
but for the new 0.9.0
(I haven't find it yet), 'cause with Maven the project builds, but with IDEA it feeds me with the Internal Error
sandwwraith
11/18/2018, 9:14 PM