Merge pull request #74 from LeoDog896/kotlin-reflect-fix

Ignore kotlin to allow stdlib and reflect to be accessed by extensions.
This commit is contained in:
TheMode 2020-12-05 17:45:39 +01:00 committed by GitHub
commit e059d68bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,7 @@ public class MinestomRootClassLoader extends HierarchyClassLoader {
add("org.spongepowered");
add("net.minestom.server.extras.selfmodification");
add("org.jboss.shrinkwrap.resolver");
add("kotlin");
}
};
/**