-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Description
Hi, can anybody provide kotlin version of this tutorial with service proxies? I couldn't manage it to work;
Every time I get such error on build:
build/tmp/kapt3/stubs/main/uz/craftier/database/WikiDatabaseService.java:46: error: Could not generate model for uz.craftier.database.WikiDatabaseService.Companion: @VertxGen can only be used with interfaces or enums in uz.craftier.database.WikiDatabaseService.Companion
And, added kapt plugin to build.gradle:
apply plugin: 'kotlin-kapt'
dependencies {
...
kapt "io.vertx:vertx-codegen:$vertx_version:processor"
compileOnly "io.vertx:vertx-codegen:$vertx_version"
...
}
Metadata
Metadata
Assignees
Labels
No labels