akismet-kotlin/examples/gradle
2025-05-03 15:43:11 -07:00
..
.idea Update IDEA settings 2025-05-03 15:43:11 -07:00
gradle/wrapper Bump Gradle to version 8.14 2025-04-25 09:33:28 -07:00
src/main Added a data class for the comment types 2024-05-24 17:25:57 -07:00
.editorconfig Moved from Gradle to bld 2023-11-12 15:12:11 -08:00
.gitattributes Moved from Gradle to bld 2023-11-12 15:12:11 -08:00
.gitignore Moved from Gradle to bld 2023-11-12 15:12:11 -08:00
build.gradle.kts Bump Kotlin to version 2.1.20 2025-03-20 09:44:19 -07:00
gradlew Bump Gradle to version 8.14 2025-04-25 09:33:28 -07:00
gradlew.bat Bump Gradle to version 8.14 2025-04-25 09:33:28 -07:00
README.md Upgraded to Kotlin 1.9.21 2023-11-23 17:56:29 -08:00
settings.gradle.kts Added a data class for the comment types 2024-05-24 17:25:57 -07:00

Kotlin Example

To compile & run the Kotlin example:

./gradlew run --args=API_KEY

Java Example

To compile & run the Java example:

./gradlew runJava --args=API_KEY