mirror of
https://github.com/ethauvin/kotlin-pluralizer.git
synced 2025-04-29 10:18:12 -07:00
new package name
This commit is contained in:
parent
6a0d0f4fe0
commit
156449c8a8
9 changed files with 15 additions and 33 deletions
|
@ -0,0 +1,7 @@
|
|||
package com.cesarferreira.pluralize.utils
|
||||
|
||||
enum class Plurality {
|
||||
Singular,
|
||||
Plural,
|
||||
CouldBeEither
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue