akismet-kotlin/examples/gradle
2025-03-16 11:20:57 -07:00
..
.idea Updated dependencies 2024-07-11 19:52:45 -07:00
gradle/wrapper Bump Kotlin to version 2.0.20 2024-09-19 18:19:07 -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.0 2025-03-16 11:20:57 -07:00
gradlew Updated dependencies 2024-07-11 19:52:45 -07:00
gradlew.bat Updated dependencies 2024-07-11 19:52:45 -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