-
Notifications
You must be signed in to change notification settings - Fork 3
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 #81
Comments
dmitry-weirdo
added a commit
that referenced
this issue
Nov 21, 2024
dmitry-weirdo
added a commit
that referenced
this issue
Nov 21, 2024
…lass. Statistics generation is working locally.
dmitry-weirdo
added a commit
that referenced
this issue
Nov 21, 2024
dmitry-weirdo
added a commit
that referenced
this issue
Nov 21, 2024
…f maven-javadoc-plugin to support Kotlin classes and not fail.
dmitry-weirdo
added a commit
that referenced
this issue
Nov 21, 2024
… ARE working in Kotlin classes (even in IntelliJ IDEA).
dmitry-weirdo
added a commit
that referenced
this issue
Nov 22, 2024
dmitry-weirdo
added a commit
that referenced
this issue
Nov 22, 2024
dmitry-weirdo
added a commit
that referenced
this issue
Nov 22, 2024
dmitry-weirdo
added a commit
that referenced
this issue
Nov 22, 2024
dmitry-weirdo
added a commit
that referenced
this issue
Nov 22, 2024
dmitry-weirdo
added a commit
that referenced
this issue
Nov 22, 2024
…ugly static methods (same as it was done for the Rank enum).
dmitry-weirdo
added a commit
that referenced
this issue
Nov 25, 2024
dmitry-weirdo
added a commit
that referenced
this issue
Nov 25, 2024
dmitry-weirdo
added a commit
that referenced
this issue
Nov 25, 2024
…layNamePrepositional` field names, same as in `StandardDictionary`.
dmitry-weirdo
added a commit
that referenced
this issue
Nov 25, 2024
…in. Extract static methods from Dictionary to a common Kotlin clas `DictionaryUtils`.
dmitry-weirdo
added a commit
that referenced
this issue
Nov 25, 2024
…on` and convert them to Kotlin. Make fields of `Car` visible to Java.
dmitry-weirdo
added a commit
that referenced
this issue
Nov 25, 2024
dmitry-weirdo
added a commit
that referenced
this issue
Nov 25, 2024
Переведен не весь проект, а только часть. |
dmitry-weirdo
added a commit
that referenced
this issue
Nov 26, 2024
… (copy-pasted from "CSV files" branch and moved into Kotlin).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
data class
. При совсем плохом кейсе можно вроде бы юзатьrecord
классы из новых версий Джавы.kgstatsSrv
. МодульkgparserSrv
является более древним, его можно перевести во вторую очередь.The text was updated successfully, but these errors were encountered: