Skip to content

Instantly share code, notes, and snippets.

@jeovazero
Created April 10, 2022 09:13
Show Gist options
  • Save jeovazero/14f76d3afe605664eeb7d1abda8e5ecb to your computer and use it in GitHub Desktop.
Save jeovazero/14f76d3afe605664eeb7d1abda8e5ecb to your computer and use it in GitHub Desktop.
kotlin-config-graal
[{
"name": "kotlin.reflect.jvm.internal.ReflectionFactoryImpl",
"allDeclaredConstructors": true
},
{
"name": "kotlin.KotlinVersion",
"allPublicMethods": true,
"allDeclaredFields": true,
"allDeclaredMethods": true,
"allDeclaredConstructors": true
},
{
"name": "kotlin.KotlinVersion[]"
},
{
"name": "kotlin.KotlinVersion$Companion"
},
{
"name": "kotlin.KotlinVersion$Companion[]"
}
]
{
"resources":{
"includes":[
{
"pattern": "META-INF/.*.kotlin_module$"
},
{
"pattern": "META-INF/services/.*"
},
{
"pattern": ".*.kotlin_builtins"
}
]
},
"bundles":[]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment