Skip to content

Commit

Permalink
Move SwiftPoet to core module.
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipDolnik committed Apr 16, 2024
1 parent 55ea8c6 commit 9f8b91a
Show file tree
Hide file tree
Showing 36 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SKIE/acceptance-tests
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class TypeSpec private constructor(
}
}

class Builder internal constructor(
class Builder(
internal var kind: Kind,
internal val name: String,
) : AttributedSpec.Builder<Builder>(), BuilderWithModifiers, BuilderWithTypeParameters, BuilderWithTypeSpecs, BuilderWithMembers {
Expand Down

0 comments on commit 9f8b91a

Please sign in to comment.