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 exampleValV
11/14/2018, 11:58 AM0.6.2
that worked just fineValV
11/14/2018, 12:00 PMValV
11/14/2018, 12:00 PMsandwwraith
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 PMValV
11/14/2018, 2:18 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*
ValV
11/14/2018, 2:19 PMValV
11/14/2018, 2:37 PMkotlinx-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 CentralValV
11/15/2018, 2:16 PM[Internal Error] Exception while analyzing expression
-- just where the first @Serializable
class must return its serializer().list
sandwwraith
11/15/2018, 7:22 PMsandwwraith
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 exceptionValV
11/15/2018, 10:57 PMValV
11/15/2018, 11:01 PM0.6.2
), even with that plugin disabled the error persistsValV
11/15/2018, 11:19 PMValV
11/15/2018, 11:21 PM0.6.2
to 0.9.0
, so no more contexts?ValV
11/15/2018, 11:22 PM41:32
. Shall I use some interface instead of @Serializable
?sandwwraith
11/17/2018, 4:39 PMsandwwraith
11/17/2018, 4:40 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