Tom Dyas
04/19/2022, 1:25 PMkotlinc compiler plugins into the Pants build tool’s experimental Kotlin backend. I am getting an AbstractMethodError in an integration test using the allopen plugin. Details in thread.Tom Dyas
04/19/2022, 1:26 PMTom Dyas
04/19/2022, 1:27 PM./pants test src/python/pants/backend/kotlin/compile/kotlinc_test.py -- -vv -k test_compile_with_kotlinc_pluginTom Dyas
04/19/2022, 1:28 PMorg.jetbrains.kotlin:kotlin-allopen:1.6.20Tom Dyas
04/19/2022, 1:28 PM-XpluginTom Dyas
04/19/2022, 1:29 PMorg.jetbrains.kotlin:kotlin-compiler:1.6.20 and org.jetbrains.kotlin:kotlin-scripting-compler:1.6.20Tom Dyas
04/19/2022, 1:30 PMTom Dyas
04/19/2022, 1:30 PMtapchicoma
04/19/2022, 1:32 PMtapchicoma
04/19/2022, 1:33 PMregisterProjectComponent changestapchicoma
04/19/2022, 1:34 PMTom Dyas
04/19/2022, 1:40 PMkotlin-compiler-embeddable for the compiler classpath and now the test passes. That jar shading is confusing!Tom Dyas
04/19/2022, 1:41 PMtapchicoma
04/19/2022, 1:43 PMTom Dyas
04/19/2022, 1:45 PM-embeddable artifacts?tapchicoma
04/19/2022, 1:47 PMTom Dyas
04/19/2022, 1:52 PM-embeddable artifacts then.