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 8889b17

Browse files
authored
Update README.md
1 parent b26560d commit 8889b17

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

‎core/README.md‎

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,2 @@
1-
[![Last Version](https://badge.kotlingang.fun/maven/me/neon/codee/core)](https://maven.kotlingang.fun/me/neon/codee/core)
21
# Core
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-
```
2+
Here is the implementation of interfaces from `plugin-api` and default implementations of some things.

0 commit comments

Comments
(0)

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