mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-12-05 06:11:52 +00:00
Delete MyProjectService.kt
This commit is contained in:
parent
ed0629a2ad
commit
9a6945d9e1
@ -1,8 +0,0 @@
|
||||
package org.jetbrains.plugins.template.services
|
||||
|
||||
import com.intellij.openapi.components.Service
|
||||
|
||||
@Service
|
||||
class MyProjectService() {
|
||||
fun getRandomNumber() = (1..100).random()
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user