File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 55 <
vendor email =
" [email protected] " url =
" https://github.com/ollide" >ollide</
vendor >
66
77 <description ><![CDATA[
8- Simple plugin to easily compile a Java file to smali.
8+ Simple plugin to easily compile Java & Kotlin files to smali.
99 ]]> </description >
1010
1111 <change-notes ><![CDATA[
1212 <b>version 1.4</b><br>
13+ initial support for kotlin files<br>
1314 all inner classes, including anonymous, are now converted to smali<br>
15+ fix: dex file was accidentally placed in the IDE's bin directory<br>
1416 updated baksmali jar to version 2.1.0<br>
17+ rewrote entire plugin in kotlin<br>
1518 <b>version 1.3</b><br>
1619 disabled plugin for Java files outside of a module<br>
1720 improved file type detection (ignore caret position)<br>
4144
4245 <actions >
4346 <action id =" generateSmaliCode" class =" org.ollide.java2smali.GenerateAction" text =" Compile to smali"
44- description =" Creates and shows a smali version of this Java file" >
47+ description =" Creates and shows a smali version of this file" >
4548 <add-to-group group-id =" BuildMenu" anchor =" after" relative-to-action =" Compile" />
4649 </action >
4750 </actions >
You can’t perform that action at this time.
0 commit comments