Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit 00d8a6e

Browse files
committed
Annotate workaround for creating JAR
1 parent 75e3439 commit 00d8a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
}
2525

2626
// Distribution
27-
inspectClassesForKotlinIC.enabled = false
27+
inspectClassesForKotlinIC.enabled = false // Workaround for https://youtrack.jetbrains.com/issue/KT-24956
2828

2929
jar {
3030
manifest {

0 commit comments

Comments
 (0)