An open API service indexing awesome lists of open source software.

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.

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:
![](screenshots/Solution.png)

### Test Suits:
![](screenshots/SolutionTest.png)

### Run or Debug a main method of a class:
![](screenshots/RunClass.png)

### Run or Debug a test suite:
![](screenshots/RunTestSuite.png)

### Run or Debug individual tests:
![](screenshots/RunIndividualTests.png)