diff --git a/build.gradle.kts b/build.gradle.kts index 39d8cf6a..6e444375 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -221,7 +221,8 @@ tasks { manifest { attributes( "Implementation-Title" to project.name, - "Implementation-Version" to project.version + "Implementation-Version" to project.version, + "Enable-Native-Access" to "ALL-UNNAMED" ) } }