user
06/10/2018, 9:36 PMHamza
06/14/2018, 12:01 PMdiego-gomez-olvera
06/15/2018, 12:58 PMYou can use the following two-stage approach instead:
- just change the extension of .java file to .kt and commit it;
- rename it back, apply the conversion and commit the modified .kt file.
diego-gomez-olvera
06/15/2018, 12:58 PMdiego-gomez-olvera
06/15/2018, 12:58 PMkarelpeeters
06/15/2018, 2:47 PMShawn
06/15/2018, 2:47 PMgit mv
, isn’t there? or does that not work the way I think it doeskarelpeeters
06/15/2018, 2:49 PMShawn
06/15/2018, 2:49 PMal.scott
06/15/2018, 3:31 PMbissell
06/16/2018, 10:36 PMrocketraman
06/19/2018, 10:56 PMrocketraman
06/19/2018, 10:58 PMbissell
06/19/2018, 11:01 PMrocketraman
06/19/2018, 11:03 PMrocketraman
06/19/2018, 11:16 PMbissell
06/19/2018, 11:25 PMkotlin.resolve
stable package? I think maybe if you just don't have the serialization plugin installed at all this would not break (i.e. it would use the kotlinx.serialization version that that release was built with), but otherwise IntelliJ references your currently installed plugin version and it breaksbissell
06/19/2018, 11:25 PMrocketraman
06/19/2018, 11:27 PMkotlin.resolve
come from? So you're saying I need to reference kotlinx.serialization 0.5.1 even though I don't use it, so that some package in kotlin stable isn't referencing an old version of kotlinx.serialization that is incompatible?bissell
06/19/2018, 11:30 PMbissell
06/19/2018, 11:31 PMrocketraman
06/19/2018, 11:31 PMbissell
06/19/2018, 11:32 PMrocketraman
06/19/2018, 11:34 PMbissell
06/19/2018, 11:44 PMkotlinx
. And happy to see it's making it into the IJ build!gregopet
06/21/2018, 12:59 PM'
character in their name; I get the exception initialization script '/tmp/ijtestinit3.gradle': 6: unexpected token: s @ line 6, column 112.
(the method name was something along the line of the component's blah blah must blah blah
)gregopet
06/21/2018, 12:59 PMgregopet
06/21/2018, 1:00 PMgregopet
06/21/2018, 1:00 PM