mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-13 13:27:37 +02:00
@ -528,6 +528,11 @@ public class BuildAndDecodeTest {
|
||||
compareBinaryFolder("/smali", false);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void confirmKotlinFolderPersistsTest() throws BrutException, IOException {
|
||||
checkFolderExists("/kotlin");
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
private void compareUnknownFiles() throws BrutException, IOException {
|
||||
MetaInfo control = new Androlib().readMetaFile(sTestOrigDir);
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user