Skip to content
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

Break the parser out into its own module #30

Merged
merged 1 commit into from
Apr 8, 2021

Conversation

JakeWharton
Copy link
Member

@JakeWharton JakeWharton commented Apr 7, 2021

Being able to parse a schema is useful beyond just inside the code generator, such as for testing purposes.

#1

Being able to parse a schema is useful beyond just inside the code generator, such as for testing purposes.
import kotlin.reflect.KClass
import kotlin.reflect.KType

data class Schema(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dig

@swankjesse swankjesse merged commit a69db8b into trunk Apr 8, 2021
@swankjesse swankjesse deleted the jw/parser-module/2021-04-07 branch April 8, 2021 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants