-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kotlin ABI checks #919
Open
sgammon
wants to merge
2
commits into
apple:main
Choose a base branch
from
elide-dev:feat/kotlin-abi-checks
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+15,860
−1
Open
Kotlin ABI checks #919
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,174 @@ | ||
public final class org/pkl/cli/CliEvaluator : org/pkl/commons/cli/CliCommand { | ||
public fun <init> (Lorg/pkl/cli/CliEvaluatorOptions;)V | ||
public fun <init> (Lorg/pkl/cli/CliEvaluatorOptions;Ljava/io/Reader;)V | ||
public fun <init> (Lorg/pkl/cli/CliEvaluatorOptions;Ljava/io/Reader;Ljava/io/Writer;)V | ||
public synthetic fun <init> (Lorg/pkl/cli/CliEvaluatorOptions;Ljava/io/Reader;Ljava/io/Writer;ILkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
public final fun getFileOutputPaths ()Ljava/util/Map; | ||
public final fun getOutputDirectories ()Ljava/util/Set; | ||
public final fun getOutputFiles ()Ljava/util/Set; | ||
} | ||
|
||
public final class org/pkl/cli/CliEvaluatorOptions { | ||
public static final field Companion Lorg/pkl/cli/CliEvaluatorOptions$Companion; | ||
public fun <init> (Lorg/pkl/commons/cli/CliBaseOptions;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V | ||
public synthetic fun <init> (Lorg/pkl/commons/cli/CliBaseOptions;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
public final fun component1 ()Lorg/pkl/commons/cli/CliBaseOptions; | ||
public final fun component2 ()Ljava/lang/String; | ||
public final fun component3 ()Ljava/lang/String; | ||
public final fun component4 ()Ljava/lang/String; | ||
public final fun component5 ()Ljava/lang/String; | ||
public final fun component6 ()Ljava/lang/String; | ||
public final fun copy (Lorg/pkl/commons/cli/CliBaseOptions;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/pkl/cli/CliEvaluatorOptions; | ||
public static synthetic fun copy$default (Lorg/pkl/cli/CliEvaluatorOptions;Lorg/pkl/commons/cli/CliBaseOptions;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)Lorg/pkl/cli/CliEvaluatorOptions; | ||
public fun equals (Ljava/lang/Object;)Z | ||
public final fun getBase ()Lorg/pkl/commons/cli/CliBaseOptions; | ||
public final fun getExpression ()Ljava/lang/String; | ||
public final fun getModuleOutputSeparator ()Ljava/lang/String; | ||
public final fun getMultipleFileOutputPath ()Ljava/lang/String; | ||
public final fun getOutputFormat ()Ljava/lang/String; | ||
public final fun getOutputPath ()Ljava/lang/String; | ||
public fun hashCode ()I | ||
public fun toString ()Ljava/lang/String; | ||
} | ||
|
||
public final class org/pkl/cli/CliEvaluatorOptions$Companion { | ||
public final fun getDefaults ()Lorg/pkl/cli/CliEvaluatorOptions; | ||
} | ||
|
||
public final class org/pkl/cli/CliImportAnalyzer : org/pkl/commons/cli/CliCommand { | ||
public fun <init> (Lorg/pkl/cli/CliImportAnalyzerOptions;)V | ||
public fun <init> (Lorg/pkl/cli/CliImportAnalyzerOptions;Ljava/io/Writer;)V | ||
public synthetic fun <init> (Lorg/pkl/cli/CliImportAnalyzerOptions;Ljava/io/Writer;ILkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
} | ||
|
||
public final class org/pkl/cli/CliImportAnalyzerOptions { | ||
public fun <init> (Lorg/pkl/commons/cli/CliBaseOptions;Ljava/nio/file/Path;Ljava/lang/String;)V | ||
public synthetic fun <init> (Lorg/pkl/commons/cli/CliBaseOptions;Ljava/nio/file/Path;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
public final fun component1 ()Lorg/pkl/commons/cli/CliBaseOptions; | ||
public final fun component2 ()Ljava/nio/file/Path; | ||
public final fun component3 ()Ljava/lang/String; | ||
public final fun copy (Lorg/pkl/commons/cli/CliBaseOptions;Ljava/nio/file/Path;Ljava/lang/String;)Lorg/pkl/cli/CliImportAnalyzerOptions; | ||
public static synthetic fun copy$default (Lorg/pkl/cli/CliImportAnalyzerOptions;Lorg/pkl/commons/cli/CliBaseOptions;Ljava/nio/file/Path;Ljava/lang/String;ILjava/lang/Object;)Lorg/pkl/cli/CliImportAnalyzerOptions; | ||
public fun equals (Ljava/lang/Object;)Z | ||
public final fun getBase ()Lorg/pkl/commons/cli/CliBaseOptions; | ||
public final fun getOutputFormat ()Ljava/lang/String; | ||
public final fun getOutputPath ()Ljava/nio/file/Path; | ||
public fun hashCode ()I | ||
public fun toString ()Ljava/lang/String; | ||
} | ||
|
||
public final class org/pkl/cli/CliPackageDownloader : org/pkl/commons/cli/CliCommand { | ||
public fun <init> (Lorg/pkl/commons/cli/CliBaseOptions;Ljava/util/List;Z)V | ||
} | ||
|
||
public abstract class org/pkl/cli/CliProjectCommand : org/pkl/commons/cli/CliCommand { | ||
public fun <init> (Lorg/pkl/commons/cli/CliBaseOptions;Ljava/util/List;)V | ||
protected final fun getNormalizedProjectFiles ()Ljava/util/List; | ||
} | ||
|
||
public final class org/pkl/cli/CliProjectPackager : org/pkl/cli/CliProjectCommand { | ||
public fun <init> (Lorg/pkl/commons/cli/CliBaseOptions;Ljava/util/List;Lorg/pkl/commons/cli/CliTestOptions;Ljava/lang/String;ZLjava/io/Writer;Ljava/io/Writer;)V | ||
public synthetic fun <init> (Lorg/pkl/commons/cli/CliBaseOptions;Ljava/util/List;Lorg/pkl/commons/cli/CliTestOptions;Ljava/lang/String;ZLjava/io/Writer;Ljava/io/Writer;ILkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
} | ||
|
||
public final class org/pkl/cli/CliProjectResolver : org/pkl/cli/CliProjectCommand { | ||
public fun <init> (Lorg/pkl/commons/cli/CliBaseOptions;Ljava/util/List;Ljava/io/Writer;Ljava/io/Writer;)V | ||
public synthetic fun <init> (Lorg/pkl/commons/cli/CliBaseOptions;Ljava/util/List;Ljava/io/Writer;Ljava/io/Writer;ILkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
} | ||
|
||
public final class org/pkl/cli/CliServer : org/pkl/commons/cli/CliCommand { | ||
public fun <init> (Lorg/pkl/commons/cli/CliBaseOptions;)V | ||
} | ||
|
||
public final class org/pkl/cli/CliTestRunner : org/pkl/commons/cli/CliCommand { | ||
public fun <init> (Lorg/pkl/commons/cli/CliBaseOptions;Lorg/pkl/commons/cli/CliTestOptions;)V | ||
public fun <init> (Lorg/pkl/commons/cli/CliBaseOptions;Lorg/pkl/commons/cli/CliTestOptions;Ljava/io/Writer;)V | ||
public fun <init> (Lorg/pkl/commons/cli/CliBaseOptions;Lorg/pkl/commons/cli/CliTestOptions;Ljava/io/Writer;Ljava/io/Writer;)V | ||
public synthetic fun <init> (Lorg/pkl/commons/cli/CliBaseOptions;Lorg/pkl/commons/cli/CliTestOptions;Ljava/io/Writer;Ljava/io/Writer;ILkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
} | ||
|
||
public final class org/pkl/cli/commands/AnalyzeCommand : com/github/ajalt/clikt/core/NoOpCliktCommand { | ||
public static final field Companion Lorg/pkl/cli/commands/AnalyzeCommand$Companion; | ||
public fun <init> (Ljava/lang/String;)V | ||
} | ||
|
||
public final class org/pkl/cli/commands/AnalyzeCommand$Companion { | ||
} | ||
|
||
public final class org/pkl/cli/commands/AnalyzeCommand$Companion$AnalyzeImportsCommand : org/pkl/commons/cli/commands/ModulesCommand { | ||
public fun <init> (Ljava/lang/String;)V | ||
public fun run ()V | ||
} | ||
|
||
public final class org/pkl/cli/commands/DownloadPackageCommand : org/pkl/commons/cli/commands/BaseCommand { | ||
public fun <init> (Ljava/lang/String;)V | ||
public fun run ()V | ||
} | ||
|
||
public final class org/pkl/cli/commands/EvalCommand : org/pkl/commons/cli/commands/ModulesCommand { | ||
public fun <init> (Ljava/lang/String;)V | ||
public fun run ()V | ||
} | ||
|
||
public final class org/pkl/cli/commands/ProjectCommand : com/github/ajalt/clikt/core/NoOpCliktCommand { | ||
public static final field Companion Lorg/pkl/cli/commands/ProjectCommand$Companion; | ||
public fun <init> (Ljava/lang/String;)V | ||
} | ||
|
||
public final class org/pkl/cli/commands/ProjectCommand$Companion { | ||
} | ||
|
||
public final class org/pkl/cli/commands/ProjectCommand$Companion$PackageCommand : org/pkl/commons/cli/commands/BaseCommand { | ||
public fun <init> (Ljava/lang/String;)V | ||
public fun run ()V | ||
} | ||
|
||
public final class org/pkl/cli/commands/ProjectCommand$Companion$ResolveCommand : org/pkl/commons/cli/commands/BaseCommand { | ||
public fun <init> (Ljava/lang/String;)V | ||
public fun run ()V | ||
} | ||
|
||
public final class org/pkl/cli/commands/ReplCommand : org/pkl/commons/cli/commands/BaseCommand { | ||
public fun <init> (Ljava/lang/String;)V | ||
public fun run ()V | ||
} | ||
|
||
public final class org/pkl/cli/commands/RootCommand : com/github/ajalt/clikt/core/NoOpCliktCommand { | ||
public fun <init> (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V | ||
} | ||
|
||
public final class org/pkl/cli/commands/ServerCommand : com/github/ajalt/clikt/core/CliktCommand { | ||
public fun <init> (Ljava/lang/String;)V | ||
public fun run ()V | ||
} | ||
|
||
public final class org/pkl/cli/commands/TestCommand : org/pkl/commons/cli/commands/BaseCommand { | ||
public fun <init> (Ljava/lang/String;)V | ||
public final fun getModules ()Ljava/util/List; | ||
public fun run ()V | ||
} | ||
|
||
public final class org/pkl/cli/svm/InitFeature : org/graalvm/nativeimage/hosted/Feature { | ||
public fun <init> ()V | ||
public fun duringSetup (Lorg/graalvm/nativeimage/hosted/Feature$DuringSetupAccess;)V | ||
} | ||
|
||
public final class org/pkl/cli/svm/PolyglotContextImplTarget { | ||
public field cachedThreadInfo Lorg/pkl/cli/svm/PolyglotThreadInfoTarget; | ||
public field singleThreadValue Lorg/pkl/cli/svm/WeakAssumedValueTarget; | ||
public field threads Ljava/util/Map; | ||
public fun <init> ()V | ||
} | ||
|
||
public final class org/pkl/cli/svm/PolyglotThreadInfoTarget { | ||
public fun <init> ()V | ||
} | ||
|
||
public final class org/pkl/cli/svm/ThreadLocalHandshakeTarget { | ||
public fun <init> ()V | ||
} | ||
|
||
public final class org/pkl/cli/svm/WeakAssumedValueTarget { | ||
public fun <init> ()V | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
public final class org/pkl/codegen/java/CliJavaCodeGenerator : org/pkl/commons/cli/CliCommand { | ||
public fun <init> (Lorg/pkl/codegen/java/CliJavaCodeGeneratorOptions;)V | ||
} | ||
|
||
public final class org/pkl/codegen/java/CliJavaCodeGeneratorOptions { | ||
public fun <init> (Lorg/pkl/commons/cli/CliBaseOptions;Ljava/nio/file/Path;Ljava/lang/String;ZZZLjava/lang/String;Ljava/lang/String;ZLjava/util/Map;)V | ||
public synthetic fun <init> (Lorg/pkl/commons/cli/CliBaseOptions;Ljava/nio/file/Path;Ljava/lang/String;ZZZLjava/lang/String;Ljava/lang/String;ZLjava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
public final fun component1 ()Lorg/pkl/commons/cli/CliBaseOptions; | ||
public final fun component10 ()Ljava/util/Map; | ||
public final fun component2 ()Ljava/nio/file/Path; | ||
public final fun component3 ()Ljava/lang/String; | ||
public final fun component4 ()Z | ||
public final fun component5 ()Z | ||
public final fun component6 ()Z | ||
public final fun component7 ()Ljava/lang/String; | ||
public final fun component8 ()Ljava/lang/String; | ||
public final fun component9 ()Z | ||
public final fun copy (Lorg/pkl/commons/cli/CliBaseOptions;Ljava/nio/file/Path;Ljava/lang/String;ZZZLjava/lang/String;Ljava/lang/String;ZLjava/util/Map;)Lorg/pkl/codegen/java/CliJavaCodeGeneratorOptions; | ||
public static synthetic fun copy$default (Lorg/pkl/codegen/java/CliJavaCodeGeneratorOptions;Lorg/pkl/commons/cli/CliBaseOptions;Ljava/nio/file/Path;Ljava/lang/String;ZZZLjava/lang/String;Ljava/lang/String;ZLjava/util/Map;ILjava/lang/Object;)Lorg/pkl/codegen/java/CliJavaCodeGeneratorOptions; | ||
public fun equals (Ljava/lang/Object;)Z | ||
public final fun getBase ()Lorg/pkl/commons/cli/CliBaseOptions; | ||
public final fun getGenerateGetters ()Z | ||
public final fun getGenerateJavadoc ()Z | ||
public final fun getGenerateSpringBootConfig ()Z | ||
public final fun getImplementSerializable ()Z | ||
public final fun getIndent ()Ljava/lang/String; | ||
public final fun getNonNullAnnotation ()Ljava/lang/String; | ||
public final fun getOutputDir ()Ljava/nio/file/Path; | ||
public final fun getParamsAnnotation ()Ljava/lang/String; | ||
public final fun getRenames ()Ljava/util/Map; | ||
public fun hashCode ()I | ||
public final fun toJavaCodegenOptions ()Lorg/pkl/codegen/java/JavaCodeGeneratorOptions; | ||
public fun toString ()Ljava/lang/String; | ||
} | ||
|
||
public final class org/pkl/codegen/java/JavaCodeGenerator { | ||
public static final field Companion Lorg/pkl/codegen/java/JavaCodeGenerator$Companion; | ||
public fun <init> (Lorg/pkl/core/ModuleSchema;Lorg/pkl/codegen/java/JavaCodeGeneratorOptions;)V | ||
public final fun getJavaFile ()Ljava/lang/String; | ||
public final fun getOutput ()Ljava/util/Map; | ||
} | ||
|
||
public final class org/pkl/codegen/java/JavaCodeGenerator$Companion { | ||
} | ||
|
||
public final class org/pkl/codegen/java/JavaCodeGeneratorException : java/lang/RuntimeException { | ||
public fun <init> (Ljava/lang/String;)V | ||
} | ||
|
||
public final class org/pkl/codegen/java/JavaCodeGeneratorOptions { | ||
public fun <init> ()V | ||
public fun <init> (Ljava/lang/String;ZZZLjava/lang/String;Ljava/lang/String;ZLjava/util/Map;)V | ||
public synthetic fun <init> (Ljava/lang/String;ZZZLjava/lang/String;Ljava/lang/String;ZLjava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
public final fun component1 ()Ljava/lang/String; | ||
public final fun component2 ()Z | ||
public final fun component3 ()Z | ||
public final fun component4 ()Z | ||
public final fun component5 ()Ljava/lang/String; | ||
public final fun component6 ()Ljava/lang/String; | ||
public final fun component7 ()Z | ||
public final fun component8 ()Ljava/util/Map; | ||
public final fun copy (Ljava/lang/String;ZZZLjava/lang/String;Ljava/lang/String;ZLjava/util/Map;)Lorg/pkl/codegen/java/JavaCodeGeneratorOptions; | ||
public static synthetic fun copy$default (Lorg/pkl/codegen/java/JavaCodeGeneratorOptions;Ljava/lang/String;ZZZLjava/lang/String;Ljava/lang/String;ZLjava/util/Map;ILjava/lang/Object;)Lorg/pkl/codegen/java/JavaCodeGeneratorOptions; | ||
public fun equals (Ljava/lang/Object;)Z | ||
public final fun getGenerateGetters ()Z | ||
public final fun getGenerateJavadoc ()Z | ||
public final fun getGenerateSpringBootConfig ()Z | ||
public final fun getImplementSerializable ()Z | ||
public final fun getIndent ()Ljava/lang/String; | ||
public final fun getNonNullAnnotation ()Ljava/lang/String; | ||
public final fun getParamsAnnotation ()Ljava/lang/String; | ||
public final fun getRenames ()Ljava/util/Map; | ||
public fun hashCode ()I | ||
public fun toString ()Ljava/lang/String; | ||
} | ||
|
||
public final class org/pkl/codegen/java/PklJavaCodegenCommand : org/pkl/commons/cli/commands/ModulesCommand { | ||
public fun <init> ()V | ||
public fun run ()V | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
public final class org/pkl/codegen/kotlin/CliKotlinCodeGenerator : org/pkl/commons/cli/CliCommand { | ||
public fun <init> (Lorg/pkl/codegen/kotlin/CliKotlinCodeGeneratorOptions;)V | ||
} | ||
|
||
public final class org/pkl/codegen/kotlin/CliKotlinCodeGeneratorOptions { | ||
public fun <init> (Lorg/pkl/commons/cli/CliBaseOptions;Ljava/nio/file/Path;Ljava/lang/String;ZZZLjava/util/Map;)V | ||
public synthetic fun <init> (Lorg/pkl/commons/cli/CliBaseOptions;Ljava/nio/file/Path;Ljava/lang/String;ZZZLjava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
public final fun component1 ()Lorg/pkl/commons/cli/CliBaseOptions; | ||
public final fun component2 ()Ljava/nio/file/Path; | ||
public final fun component3 ()Ljava/lang/String; | ||
public final fun component4 ()Z | ||
public final fun component5 ()Z | ||
public final fun component6 ()Z | ||
public final fun component7 ()Ljava/util/Map; | ||
public final fun copy (Lorg/pkl/commons/cli/CliBaseOptions;Ljava/nio/file/Path;Ljava/lang/String;ZZZLjava/util/Map;)Lorg/pkl/codegen/kotlin/CliKotlinCodeGeneratorOptions; | ||
public static synthetic fun copy$default (Lorg/pkl/codegen/kotlin/CliKotlinCodeGeneratorOptions;Lorg/pkl/commons/cli/CliBaseOptions;Ljava/nio/file/Path;Ljava/lang/String;ZZZLjava/util/Map;ILjava/lang/Object;)Lorg/pkl/codegen/kotlin/CliKotlinCodeGeneratorOptions; | ||
public fun equals (Ljava/lang/Object;)Z | ||
public final fun getBase ()Lorg/pkl/commons/cli/CliBaseOptions; | ||
public final fun getGenerateKdoc ()Z | ||
public final fun getGenerateSpringBootConfig ()Z | ||
public final fun getImplementSerializable ()Z | ||
public final fun getIndent ()Ljava/lang/String; | ||
public final fun getOutputDir ()Ljava/nio/file/Path; | ||
public final fun getRenames ()Ljava/util/Map; | ||
public fun hashCode ()I | ||
public final fun toKotlinCodegenOptions ()Lorg/pkl/codegen/kotlin/KotlinCodeGeneratorOptions; | ||
public fun toString ()Ljava/lang/String; | ||
} | ||
|
||
public final class org/pkl/codegen/kotlin/KotlinCodeGenerator { | ||
public static final field Companion Lorg/pkl/codegen/kotlin/KotlinCodeGenerator$Companion; | ||
public fun <init> (Lorg/pkl/core/ModuleSchema;Lorg/pkl/codegen/kotlin/KotlinCodeGeneratorOptions;)V | ||
public final fun getKotlinFile ()Ljava/lang/String; | ||
public final fun getOutput ()Ljava/util/Map; | ||
} | ||
|
||
public final class org/pkl/codegen/kotlin/KotlinCodeGenerator$Companion { | ||
} | ||
|
||
public final class org/pkl/codegen/kotlin/KotlinCodeGeneratorException : java/lang/RuntimeException { | ||
public fun <init> (Ljava/lang/String;)V | ||
} | ||
|
||
public final class org/pkl/codegen/kotlin/KotlinCodeGeneratorOptions { | ||
public fun <init> ()V | ||
public fun <init> (Ljava/lang/String;ZZZLjava/util/Map;)V | ||
public synthetic fun <init> (Ljava/lang/String;ZZZLjava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V | ||
public final fun component1 ()Ljava/lang/String; | ||
public final fun component2 ()Z | ||
public final fun component3 ()Z | ||
public final fun component4 ()Z | ||
public final fun component5 ()Ljava/util/Map; | ||
public final fun copy (Ljava/lang/String;ZZZLjava/util/Map;)Lorg/pkl/codegen/kotlin/KotlinCodeGeneratorOptions; | ||
public static synthetic fun copy$default (Lorg/pkl/codegen/kotlin/KotlinCodeGeneratorOptions;Ljava/lang/String;ZZZLjava/util/Map;ILjava/lang/Object;)Lorg/pkl/codegen/kotlin/KotlinCodeGeneratorOptions; | ||
public fun equals (Ljava/lang/Object;)Z | ||
public final fun getGenerateKdoc ()Z | ||
public final fun getGenerateSpringBootConfig ()Z | ||
public final fun getImplementSerializable ()Z | ||
public final fun getIndent ()Ljava/lang/String; | ||
public final fun getRenames ()Ljava/util/Map; | ||
public fun hashCode ()I | ||
public fun toString ()Ljava/lang/String; | ||
} | ||
|
||
public final class org/pkl/codegen/kotlin/PklKotlinCodegenCommand : org/pkl/commons/cli/commands/ModulesCommand { | ||
public fun <init> ()V | ||
public fun run ()V | ||
} | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's best to configure this plugin in the root
build.gradle.kts
, because then projects can be ignored by name. I've enabled experimental KLib validation since Pkl is well past the minimum of1.9.20
.