From c9d59e9ae85f76e021d53c77ef18bfce0ff7ec7c Mon Sep 17 00:00:00 2001 From: Sergey Mashkov Date: Fri, 31 Jul 2015 15:35:34 +0300 Subject: Use Guice injector and ServiceLocator to load implementations on the fly --- resources/dokka/language/kotlin.properties | 1 + 1 file changed, 1 insertion(+) create mode 100644 resources/dokka/language/kotlin.properties (limited to 'resources/dokka/language/kotlin.properties') diff --git a/resources/dokka/language/kotlin.properties b/resources/dokka/language/kotlin.properties new file mode 100644 index 00000000..16092007 --- /dev/null +++ b/resources/dokka/language/kotlin.properties @@ -0,0 +1 @@ +class=org.jetbrains.dokka.KotlinLanguageService \ No newline at end of file -- cgit