JaroslavTulach at 07:37, 18 April 2023 - 2023-04-18 07:37:07

←Older revision Revision as of 07:37, 18 April 2023
Line 6: Line 6:
</source>
</source>
I wish it was as easy as debugging the [[Maven]] in [[NetBeans]] as explained in [[debugger|Use the Debugger. Stupid]] article! Here is the [https://medium.com/@daptronic/annotation-processing-with-kapt-and-gradle-237793f2be57 page that helped], at the end.
I wish it was as easy as debugging the [[Maven]] in [[NetBeans]] as explained in [[debugger|Use the Debugger. Stupid]] article! Here is the [https://medium.com/@daptronic/annotation-processing-with-kapt-and-gradle-237793f2be57 page that helped], at the end.
 +
 +
=== Forget Kotlin, use (modern) [[Java]]! ===
 +
 +
{{#ev:youtube|ua-8ySwFgqg}}

JaroslavTulach at 10:24, 30 November 2018 - 2018-11-30 10:24:06

←Older revision Revision as of 10:24, 30 November 2018
Line 1: Line 1:
[[wikipedia:Kotlin_(programming_language)|Kotlin]] is the [[Java]] 2.0 people were always asking for. However it comes with own glitches:
[[wikipedia:Kotlin_(programming_language)|Kotlin]] is the [[Java]] 2.0 people were always asking for. However it comes with own glitches:
-
Try to debug annotation processors in [[Gradle]] (which is the default build tool for [[Android]]) and **Kapt** isn't easy. One has to:
+
Try to debug annotation processors in [[Gradle]] (which is the default build tool for [[Android]]) and '''Kapt''' isn't easy. One has to:
<source lang="bash">
<source lang="bash">
./gradlew --no-daemon clean build -Dkotlin.daemon.jvm.options="-Xdebug,-Xrunjdwp:transport=dt_socket\,address=5006\,server=n\,suspend=n"
./gradlew --no-daemon clean build -Dkotlin.daemon.jvm.options="-Xdebug,-Xrunjdwp:transport=dt_socket\,address=5006\,server=n\,suspend=n"
</source>
</source>
I wish it was as easy as debugging the [[Maven]] in [[NetBeans]] as explained in [[debugger|Use the Debugger. Stupid]] article! Here is the [https://medium.com/@daptronic/annotation-processing-with-kapt-and-gradle-237793f2be57 page that helped], at the end.
I wish it was as easy as debugging the [[Maven]] in [[NetBeans]] as explained in [[debugger|Use the Debugger. Stupid]] article! Here is the [https://medium.com/@daptronic/annotation-processing-with-kapt-and-gradle-237793f2be57 page that helped], at the end.

JaroslavTulach at 03:50, 13 January 2018 - 2018-01-13 03:50:52

←Older revision Revision as of 03:50, 13 January 2018
Line 5: Line 5:
./gradlew --no-daemon clean build -Dkotlin.daemon.jvm.options="-Xdebug,-Xrunjdwp:transport=dt_socket\,address=5006\,server=n\,suspend=n"
./gradlew --no-daemon clean build -Dkotlin.daemon.jvm.options="-Xdebug,-Xrunjdwp:transport=dt_socket\,address=5006\,server=n\,suspend=n"
</source>
</source>
-
I wish it was as easy as debugging the [[Maven]] in [[NetBeans]] as explained in the [[debugger|lUse the Debugger. Stupid]]! Here is the [https://medium.com/@daptronic/annotation-processing-with-kapt-and-gradle-237793f2be57 page that helped], at the end.
+
I wish it was as easy as debugging the [[Maven]] in [[NetBeans]] as explained in [[debugger|Use the Debugger. Stupid]] article! Here is the [https://medium.com/@daptronic/annotation-processing-with-kapt-and-gradle-237793f2be57 page that helped], at the end.

JaroslavTulach at 03:50, 13 January 2018 - 2018-01-13 03:50:17

←Older revision Revision as of 03:50, 13 January 2018
Line 1: Line 1:
-
[[wikipedia:Kotlin_(programming_language)|Kotlin]] is the [[Java]] 2.0 people were always asking for.
+
[[wikipedia:Kotlin_(programming_language)|Kotlin]] is the [[Java]] 2.0 people were always asking for. However it comes with own glitches:
 +
 
 +
Try to debug annotation processors in [[Gradle]] (which is the default build tool for [[Android]]) and **Kapt** isn't easy. One has to:
 +
<source lang="bash">
 +
./gradlew --no-daemon clean build -Dkotlin.daemon.jvm.options="-Xdebug,-Xrunjdwp:transport=dt_socket\,address=5006\,server=n\,suspend=n"
 +
</source>
 +
I wish it was as easy as debugging the [[Maven]] in [[NetBeans]] as explained in the [[debugger|lUse the Debugger. Stupid]]! Here is the [https://medium.com/@daptronic/annotation-processing-with-kapt-and-gradle-237793f2be57 page that helped], at the end.

JaroslavTulach at 06:07, 9 July 2017 - 2017-07-09 06:07:46

←Older revision Revision as of 06:07, 9 July 2017
Line 1: Line 1:
-
[[wikipedia:Kotlin|Kotlin]] is the [[Java]] 2.0 people were always asking for.
+
[[wikipedia:Kotlin_(programming_language)|Kotlin]] is the [[Java]] 2.0 people were always asking for.

JaroslavTulach: New page: Kotlin is the Java 2.0 people were always asking for. - 2017-07-09 06:07:20

New page: Kotlin is the Java 2.0 people were always asking for.

New page

[[wikipedia:Kotlin|Kotlin]] is the [[Java]] 2.0 people were always asking for.