Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit b26560d

Browse files
committed
Revert "Update README.md"
This reverts commit 15888db
1 parent 4da3f8d commit b26560d

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

‎core/README.md‎

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
1+
[![Last Version](https://badge.kotlingang.fun/maven/me/neon/codee/core)](https://maven.kotlingang.fun/me/neon/codee/core)
12
# Core
2-
Here is the implementation of interfaces from `plugin-api` and default implementations of some things.
3+
Everything that can be used for plugins or other customization is stored here.
4+
There are themes, icons, localization, projects and everything related to languages (for plugins: analyzers, etc.).
5+
## Implementation
6+
### Gradle:
7+
```kotlin
8+
repositories {
9+
maven("https://maven.kotlingang.fun")
10+
}
11+
dependencies {
12+
implementation("me.neon.codee:core:$version")
13+
}
14+
```
15+
### Kotlin Script:
16+
```kotlin
17+
@file:Repository("https://maven.kotlingang.fun")
18+
@file:DependsOn("me.neon.codee:core:$version")
19+
20+
import kotlin.script.experimental.dependencies.Repository
21+
import kotlin.script.experimental.dependencies.DependsOn
22+
23+
/* Your code */
24+
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /