Added a data class for the comment types

This commit is contained in:
Erik C. Thauvin 2024-05-24 17:15:15 -07:00
parent 156d85fee1
commit 0480a72c30
Signed by: erik
GPG key ID: 776702A6A2DA330E
100 changed files with 1760 additions and 343 deletions

View file

@ -1 +1 @@
akismet-examples-gradle
akismet-kotlin-examples-gradle

View file

@ -6,8 +6,11 @@
<list size="0" />
</component>
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="FrameworkDetectionExcludesConfiguration">
<file type="web" url="file://$PROJECT_DIR$" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" project-jdk-name="17" project-jdk-type="JavaSDK" />
<component name="SuppressionsComponent">
<option name="suppComments" value="[]" />
</component>
</project>
</project>

13
examples/gradle/.idea/modules.xml generated Normal file
View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/modules/akismet-examples-gradle.iml" filepath="$PROJECT_DIR$/.idea/modules/akismet-examples-gradle.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/akismet-examples-gradle.main.iml" filepath="$PROJECT_DIR$/.idea/modules/akismet-examples-gradle.main.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/akismet-examples-gradle.test.iml" filepath="$PROJECT_DIR$/.idea/modules/akismet-examples-gradle.test.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/gradle.akismet-examples-gradle.iml" filepath="$PROJECT_DIR$/.idea/modules/gradle.akismet-examples-gradle.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/gradle.akismet-examples-gradle.main.iml" filepath="$PROJECT_DIR$/.idea/modules/gradle.akismet-examples-gradle.main.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/gradle.akismet-examples-gradle.test.iml" filepath="$PROJECT_DIR$/.idea/modules/gradle.akismet-examples-gradle.test.iml" />
</modules>
</component>
</project>