https://github.com/raxityo/kotlinplayground
Pure kotlin (or java) project in Android Studio without the Android SDK.
https://github.com/raxityo/kotlinplayground
android-studio corejava java kotlin
Last synced: about 1 year ago
JSON representation
Pure kotlin (or java) project in Android Studio without the Android SDK.
- Host: GitHub
- URL: https://github.com/raxityo/kotlinplayground
- Owner: raxityo
- Created: 2019-02-07T03:36:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T14:19:29.000Z (over 3 years ago)
- Last Synced: 2025-01-23T05:14:16.429Z (over 1 year ago)
- Topics: android-studio, corejava, java, kotlin
- Language: Kotlin
- Homepage:
- Size: 1.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlin Playground
Pure kotlin (or java) project in Android Studio without the Android SDK.
- Supports for Junit tests.
- Easily add any core java dependencies via gradle.
- Runs flawlessly in Android Studio.
- Get all the features of IntelliJ Idea Platform and the Kotlin plugin.
## Setup:
- Open Android Studio.
- Start a project from version control → Git and paste git url of this project.
- **Important:** Run Gradle sync after opening the project.
## Screenshots:
### Classes:

### Test Suits:

### Run or Debug a main method of a class:

### Run or Debug a test suite:

### Run or Debug individual tests:
