https://github.com/android10/kotlin-playground
Just a console application used as a playground for trying Kotlin stuff out: new features, experiments, etc
https://github.com/android10/kotlin-playground
Last synced: 8 months ago
JSON representation
Just a console application used as a playground for trying Kotlin stuff out: new features, experiments, etc
- Host: GitHub
- URL: https://github.com/android10/kotlin-playground
- Owner: android10
- License: apache-2.0
- Created: 2022-05-27T14:25:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T16:10:12.000Z (over 2 years ago)
- Last Synced: 2025-04-08T14:11:08.624Z (9 months ago)
- Language: Kotlin
- Size: 118 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kotlin-Playground
Just a console application (up and running) used as a playground for trying Kotlin stuff out: new features, experiments, etc
## Running the sample
- `./gradlew run`
- `./gradlew test`
## License
Copyright 2022 Fernando Cejas
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

